From b71392806d57fb5dcceb8c8c37082a035801aa98 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 2 Sep 2020 13:54:44 -0600 Subject: [PATCH] Update index.rst remove the bulleted list of environment commands since the code commands render better and should be used anyway --- docs/source/index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 048ca1d..c83e58d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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