generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Installing ngen config
Austin Raney edited this page Oct 20, 2023
·
1 revision
The following directions assume a minimal python 3.7 version.
git clone https://github.com/NOAA-OWP/ngen-cal && cd ngen-cal
# create python virtual environment
python -m venv venv
source ./venv/bin/activate
pip install python/ngen_conf
# create python virtual environment
python -m venv venv
source ./venv/bin/activate
pip install "git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_conf"
Add the following to a requirements.txt
file:
git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_conf
Add the following to a setup.cfg
file:
install_requires =
ngen_config @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf