| ... | ... | @@ -79,6 +79,29 @@ cd ../.. |
|
|
|
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 |
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Obsolete Installation Instructions
|
|
|
|
==================================
|
|
|
|
|
| ... | ... | |
| ... | ... | |