From e1a36657a71a0a1fef44733ab7337319c526593f Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Tue, 1 Sep 2020 12:04:28 -0600 Subject: [PATCH] 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. --- docs/source/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index bed0c09..d03f78d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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