From df687233e2002ada2f069a91397e9423ec5b55bb Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 4 Jan 2023 10:02:00 -0700 Subject: [PATCH] Update index.rst Remove the recommendation of running `conda update --all` because I think it can do more harm than good sometimes, because of code version dependencies. --- docs/source/index.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 779c29c..1d27066 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -54,10 +54,6 @@ Below are instructions on how to install the source code of python-awips, with a python setup.py install --force jupyter notebook examples -**If you are experiencing issues, and have previously setup the conda environment, you may need to run:** -:: - conda update --all - Questions -- Contact Us! ------------------------