mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
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:
parent
efe60cb591
commit
e1a36657a7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue