Update index.rst

test to see if I successfully changed the environment instructions to "code" rendering
This commit is contained in:
srcarter3 2020-09-02 13:48:00 -06:00 committed by GitHub
parent 6f981a42c5
commit 9784720a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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