mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
removed the 'conda update --all' call from environment setup
This commit is contained in:
parent
0f14592dac
commit
557dd8f348
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ To install the latest version of python-awips, with all required and optional pa
|
||||||
cd python-awips
|
cd python-awips
|
||||||
conda env create -f environment.yml
|
conda env create -f environment.yml
|
||||||
conda activate python3-awips
|
conda activate python3-awips
|
||||||
conda update --all
|
|
||||||
python setup.py install --force
|
python setup.py install --force
|
||||||
jupyter notebook examples
|
jupyter notebook examples
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue