awips2/environment.yml
Shay Carter 677831ed53 Small changes to documents in the root directory
- brought over the previous LICENSE from branch v18.2.1
- brought over the previous README from v18 and updated for references to "NSF Unidata" and other modern updates
- renamed awips_install-v20.sh to the regular name of awips_install.sh
- brought over the environment.yml file from the branch v18.2.1
2024-01-03 16:52:09 -07:00

11 lines
227 B
YAML
Executable file

# Create full conda environment for development, including some useful tools
name: awips-docs
channels:
- conda-forge
dependencies:
- python=3.8
- pip
- pip:
- mkdocs
- mkdocs-unidata
- fontawesome_markdown