From 557dd8f348e25f40efaf55ac45e02e491e240a0f Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 9 Sep 2020 12:46:13 -0600 Subject: [PATCH] removed the 'conda update --all' call from environment setup --- docs/source/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 1b768fc..237af52 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -27,7 +27,6 @@ To install the latest version of python-awips, with all required and optional pa cd python-awips conda env create -f environment.yml conda activate python3-awips - conda update --all python setup.py install --force jupyter notebook examples