| ... | ... | @@ -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
|
|
|
|
==================================
|
|
|
|
|
| ... | ... | @@ -172,4 +195,4 @@ Installation uses 12M of disk space: |
|
|
|
Usage (there are 3 options here, pick 1) :
|
|
|
|
1. softlink "$HOME/opt/glance.env/bin/glance" into your PATH
|
|
|
|
1. prepend "$HOME/opt/glance.env/bin" to your PATH
|
|
|
|
1. "source $HOME/opt/glance.env/bin/activate", run glance, "deactivate" when done |
|
|
|
1. "source $HOME/opt/glance.env/bin/activate", run glance, "deactivate" when done |
|
|
\ No newline at end of file |