Update URL to Git repo authored by Alan De Smet's avatar Alan De Smet
...@@ -78,7 +78,7 @@ pip install http://larch.ssec.wisc.edu/eggs/repos/uwglance/uwglance-0.3.2.tar.gz ...@@ -78,7 +78,7 @@ pip install http://larch.ssec.wisc.edu/eggs/repos/uwglance/uwglance-0.3.2.tar.gz
If you want to do development on Glance, skip the "pip install ...uwglance..." step and instead: If you want to do development on Glance, skip the "pip install ...uwglance..." step and instead:
~~~~ ~~~~
git clone https://github.com/evas-ssec/uwglance.git git clone https://gitlab.ssec.wisc.edu/evas/UW-Glance.git
cd uwglance/pyglance cd uwglance/pyglance
python setup.py develop python setup.py develop
~~~~ ~~~~
... ...
......