- 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
11 lines
227 B
YAML
Executable file
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
|