removed the 'conda update --all' call from environment setup

This commit is contained in:
srcarter3 2020-09-09 12:46:13 -06:00 committed by GitHub
parent 0f14592dac
commit 557dd8f348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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