update changed package name in developer install command authored by Eva Schiffer's avatar Eva Schiffer
...@@ -35,7 +35,7 @@ If you need a **developer installation** of Glance, you will follow similar inst ...@@ -35,7 +35,7 @@ If you need a **developer installation** of Glance, you will follow similar inst
Use the following installation instructions instead: Use the following installation instructions instead:
mamba create -n glance python=3.11 'numpy<2.0' matplotlib mako mock scipy pillow cartopy pyqt netcdf4 h5py pip build mamba create -n glance python=3.11 'numpy<2.0' matplotlib mako mock scipy pillow cartopy pyqt netcdf4 h5py pip python-build
mamba activate glance mamba activate glance
(cd to the directory where you want the Glance code installed) (cd to the directory where you want the Glance code installed)
git clone git@gitlab.ssec.wisc.edu:evas/UW-Glance.git git clone git@gitlab.ssec.wisc.edu:evas/UW-Glance.git
... ...
......