Add conda update --all as a possible solution

This commit is contained in:
srcarter3 2020-09-11 11:02:08 -06:00 committed by GitHub
parent 2d41da914c
commit 2e2f4f4739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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