-
Notifications
You must be signed in to change notification settings - Fork 32
adcirc_environment
zacharyburnett edited this page Apr 25, 2022
·
1 revision
module load git python3 netcdf
git clone https://github.com/jreniel/adcircpy.git
python3 -m venv ./adcircpy_env
source ./adcircpy_env/bin/activate
OR
conda env create --file ./adcircpy/environment.yml --prefix ./adcircpy_env
conda activate ./adcircpy_env
cd adcircpy
python setup.py install
python setup.py develop