Installation
From PyPI
pip install gwModels
From source
git clone https://github.com/tousifislam/gwModels
cd gwModels
pip install -e .
After cloning from source, verify all model data files are present:
python gwmodels_setup_data.py
Dependencies
The following packages are required and will be installed automatically:
Optional dependencies for specific models:
scikit-learn— forgwModel_kick_q200_GPRtorch,nflows— forgwModel_kick_prec_flowgwsurrogate— for NRHybSur3dq8-gwNRHME and BHPTNRSur1dq1e4-gwNRHME
Building the documentation
To build the documentation locally:
pip install sphinx sphinx_rtd_theme nbsphinx
cd docs
make html
The built documentation will be in docs/build/html/.