Installation
============
From source
-----------
.. code-block:: bash
git clone https://github.com/tousifislam/gwGenealogy.git
cd gwGenealogy
pip install -e .
Dependencies
------------
Required:
* `numpy `_
* `scipy `_
* `matplotlib `_
* `h5py `_
* `gwModels `_ — remnant mass, spin, and kick models
Optional:
* `surfinBH `_ — NR surrogate remnant models (NRSur7dq4Remnant, NRSur3dq8Remnant, NRSur7dq4EmriRemnant)
Building the documentation
--------------------------
.. code-block:: bash
pip install sphinx sphinx-rtd-theme nbsphinx
cd docs
make html
The built documentation will be in ``docs/build/html/``.