Delete out of date instructions authored by Alan De Smet's avatar Alan De Smet
...@@ -42,36 +42,7 @@ Use the following installation instructions instead: ...@@ -42,36 +42,7 @@ Use the following installation instructions instead:
cd ./UW-Glance cd ./UW-Glance
pip install -e . pip install -e .
<hr>
**Note: Everything below is out of date.**
Development Install Using Anaconda
----------------------------------
This installs a dedicated Anaconda install for Glance's use.
Tested on Ubuntu 22.04 on 2022-09-26
```
cd $INSTALL_DIR # Whatever location you want
git clone https://gitlab.ssec.wisc.edu/evas/UW-Glance.git glance
cd glance
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
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 ../..
```
glance is available as `glance/anaconda/bin/glance`
... ...
......