mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Add conda update --all as a possible solution
This commit is contained in:
parent
2d41da914c
commit
2e2f4f4739
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue