Make <details> summary more obviously clickable authored by Alan De Smet's avatar Alan De Smet
...@@ -128,7 +128,7 @@ sudo apt install git python3 python3-venv build-essential python3-dev cmake ...@@ -128,7 +128,7 @@ sudo apt install git python3 python3-venv build-essential python3-dev cmake
For other distributions you'll need to adjust package installation to your system. For other distributions you'll need to adjust package installation to your system.
<details> <details>
<summary>Using distribution provided dependencies on Debian/Ubuntu with sudo/root</summary> <summary>Click here for using distribution provided dependencies on Debian/Ubuntu with sudo/root</summary>
You can install most or all of the dependencies using the Debian or Ubuntu distribution repositories using the following command. If you install them all, the `pip install` commands later should do nothing. You can install most or all of the dependencies using the Debian or Ubuntu distribution repositories using the following command. If you install them all, the `pip install` commands later should do nothing.
... ...
......