mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Updating documentation on github README for v23
This commit is contained in:
parent
57db72feb8
commit
64ebed408b
1 changed files with 5 additions and 4 deletions
|
@ -69,15 +69,16 @@ Install
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
- conda install -c conda-forge python-awips
|
- micromamba install -c conda-forge python-awips
|
||||||
|
|
||||||
Conda Environment
|
Micromamba (or Conda) Environment
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- git clone https://github.com/Unidata/python-awips.git
|
- git clone https://github.com/Unidata/python-awips.git
|
||||||
- cd python-awips
|
- cd python-awips
|
||||||
- conda env create -f environment.yml
|
- micromamba env create -f environment.yml
|
||||||
- conda activate python3-awips
|
- micromamba activate python-awips
|
||||||
|
- pip install .
|
||||||
- jupyter notebook examples
|
- jupyter notebook examples
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue