Update index.rst

remove the bulleted list of environment commands since the code commands render better and should be used anyway
This commit is contained in:
srcarter3 2020-09-02 13:54:44 -06:00 committed by GitHub
parent 9784720a4e
commit b71392806d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,6 @@ Conda Environment Install
To install the latest version of python-awips, with all required and optional packages:
- 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
::
git clone https://github.com/Unidata/python-awips.git