From 9784720a4e1106245d290388cb2b6b603ffee531 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 13:48:00 -0600 Subject: [PATCH] Update index.rst test to see if I successfully changed the environment instructions to "code" rendering --- docs/source/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ------------