Remove no longer functioning install instructions for Ubuntu/Debian authored by Alan De Smet's avatar Alan De Smet
...@@ -74,29 +74,6 @@ cd ../.. ...@@ -74,29 +74,6 @@ cd ../..
glance is available as `glance/anaconda/bin/glance` glance is available as `glance/anaconda/bin/glance`
Minimal Anaconda install, no GUI
--------------------------------
Known to work on:
| Operating System | Last Tested |
| ---------------- | ----------- |
| CentOS 7.9.2009 | 2021-09-24 |
| Ubuntu 18.04.5 | 2021-09-24 |
mkdir glance
cd glance
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
/bin/bash Miniconda3-latest-Linux-x86_64.sh -b -p `pwd`/anaconda
source anaconda/bin/activate
conda install -y numpy scipy matplotlib pillow geos cartopy mako markupsafe netcdf4
git clone --depth=1 https://gitlab.ssec.wisc.edu/evas/UW-Glance.git
cd UW-Glance/pyglance/
python setup.py develop
The resulting executable is in glance/anaconda/bin/glance
Minimal Development Install for Ubuntu and other Linux distributions Minimal Development Install for Ubuntu and other Linux distributions
... ...
......