diff --git a/docs/source/index.rst b/docs/source/index.rst index c5e7916..048ca1d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 ------------