Update index.rst

python-awips is now in the environment.yml so no need to install from source code
This commit is contained in:
srcarter3 2023-02-27 13:33:38 -07:00 committed by GitHub
parent df687233e2
commit 4b174e3222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,6 @@ Below are instructions on how to install the source code of python-awips, with a
cd python-awips cd python-awips
conda env create -f environment.yml conda env create -f environment.yml
conda activate python3-awips conda activate python3-awips
python setup.py install --force
jupyter notebook examples jupyter notebook examples