Update installation authored by Eva Schiffer's avatar Eva Schiffer
......@@ -18,10 +18,15 @@ On SSEC servers you use this command to load a pre-installed version of Anaconda
module load anaconda27
If this does not work on an SSEC server you can also try:
module load miniconda/2.7-base
Once you have Anaconda installed, run the following commands on the command line:
conda create -n glance python=2.7 anaconda
source activate glance
conda remove navigator-updater
conda install basemap netcdf4 h5py pyqt=4.11.4 mock scipy pillow
conda install -c http://sips.ssec.wisc.edu/conda python-hdf4
# on Mac OSX, you will need to use "conda install -c NSIDC python-hdf4" instead
......
......