Installation
============
From PyPI
---------
.. code-block:: bash
pip install gwtails
From source
-----------
.. code-block:: bash
git clone https://github.com/tousifislam/gwtails
cd gwtails
pip install -e .
Dependencies
------------
The following packages are required and will be installed automatically:
* `numpy `_
* `scipy `_
* `matplotlib `_
* `gwtools `_
* `emcee `_
* `corner `_
Building the documentation
--------------------------
To build the documentation locally:
.. code-block:: bash
pip install gwtails[docs]
cd docs
make html
The built documentation will be in ``docs/build/html/``.