From 2e2f4f4739d4555ee66891c5966c3f0c0e972d42 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Fri, 11 Sep 2020 11:02:08 -0600 Subject: [PATCH] Add conda update --all as a possible solution --- docs/source/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 7eacad3..6a46fda 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -29,6 +29,10 @@ To install the latest version of python-awips, with all required and optional pa conda activate python3-awips 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 Requirements