Update Python-AWIPS home page

Small changes to the environment install options:
-change the 'source' command to 'conda', since source is deprecated
-the environment is now called "python3-awips" not "python-awips"
-add a step to update the conda environment (necessary to execute first in order to be able to run the jupyter notebooks)
-added a space between the -- because you can't tell it is indeed two dashes on the website.
This commit is contained in:
srcarter3 2020-09-01 12:04:28 -06:00 committed by GitHub
parent efe60cb591
commit e1a36657a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,9 @@ To install the latest version of python-awips, with all required and optional pa
- git clone https://github.com/Unidata/python-awips.git
- cd python-awips
- conda env create -f environment.yml
- source activate python-awips
- python setup.py install --force
- conda activate python3-awips
- conda update - -all
- python setup.py install - -force
- jupyter notebook examples
Requirements