| ... | ... | @@ -22,6 +22,7 @@ Once you have MambaForge installed, run the following commands on the command li |
|
|
|
mamba activate glance_user
|
|
|
|
pip install -v --extra-index-url https://larch.ssec.wisc.edu/eggs/repos uwglance
|
|
|
|
|
|
|
|
_Note that this example command includes several libraries for opening different file types, including netcdf4 and h5py. The netcdf4 library is also being used by Glance to open hdf4 files. Exactly which of these libraries you need to install depends on the files you wish to open with Glance._
|
|
|
|
|
|
|
|
This will create an environment called "glance" that can be used to run Glance at the command line. When you open a new terminal session with your computer to use glance you will need to activate this environment using the command:
|
|
|
|
|
| ... | ... | |
| ... | ... | |