mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Update index.rst
test to see if I successfully changed the environment instructions to "code" rendering
This commit is contained in:
parent
6f981a42c5
commit
9784720a4e
1 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,17 @@ To install the latest version of python-awips, with all required and optional pa
|
||||||
- python setup.py install - -force
|
- python setup.py install - -force
|
||||||
- jupyter notebook examples
|
- jupyter notebook examples
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
git clone https://github.com/Unidata/python-awips.git
|
||||||
|
cd python-awips
|
||||||
|
conda env create -f environment.yml
|
||||||
|
conda activate python3-awips
|
||||||
|
conda update --all
|
||||||
|
python setup.py install --force
|
||||||
|
jupyter notebook examples
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue