Installation
From PyPI
pip install gwtails
From source
git clone https://github.com/tousifislam/gwtails
cd gwtails
pip install -e .
Dependencies
The following packages are required and will be installed automatically:
Building the documentation
To build the documentation locally:
pip install gwtails[docs]
cd docs
make html
The built documentation will be in docs/build/html/.