Changes
Page history
Clarify phrasing
authored
Feb 03, 2025
by
Alan De Smet
Show whitespace changes
Inline
Side-by-side
installation.md
View page @
7060ebf6
...
...
@@ -97,14 +97,12 @@ On Debian or Ubuntu, this might do the job if you have sudo access:
sudo apt install git python3 python3-venv build-essential python3-dev cmake
```
The following packages aren't necessary, but if installed the
y'
ll be used instead of copies installed later by pip.
The following packages aren't necessary, but if installed the
system packages wi
ll be used instead of copies installed later by pip.
```
sudo apt-get install -y build-essential python3-numpy python3-matplotlib python3-mako python3-mock python3-scipy python3-pil python3-cartopy python3-pil python3-netcdf4 python3-h5py libgeos-dev python3-pyqt5
```
If you want to force a local install, perhaps for testing, omit
`--system-site-packages`
. Run these as your normal user:
```
...
...
...
...