Changes
Page history
Update installation
authored
Sep 26, 2022
by
Alan De Smet
Show whitespace changes
Inline
Side-by-side
installation.md
View page @
8d621bc7
...
...
@@ -57,7 +57,7 @@ Development Install Using Anaconda
This installs a dedicated Anaconda install for Glance's use.
Tested on Ubuntu
18
.04 on 202
0
-0
8
-2
1
Tested on Ubuntu
22
.04 on 202
2
-0
9
-2
6
```
cd $INSTALL_DIR # Whatever location you want
...
...
@@ -68,9 +68,11 @@ sh Miniconda3-latest-Linux-x86_64.sh -b -p "`pwd`/anaconda"
source anaconda/bin/activate
# You can omit some or all of these for file formats you don't need to read
conda install -y netcdf4 h5py
conda install -y pyqt
conda install -y -c conda-forge pyhdf gdal
cd pyglance/
python setup.py develop
conda deactivate
cd ../..
```
...
...
...
...