1. Environment#
All analyses were run using the following code versions:
pocomc-bilby
@v0.1.0
We provide a YAML
file to create a suitable environment using conda
.
1.1. Installation#
Note
For instructions on how to install conda
, see the conda
documentation.
The environment can be created using
conda env create -f environment.yml
and then activated using
conda activate gw-smc
1.2. Installing gw-smc-utils#
We also include a small utilities package that is used in some of the analyses and when producing plots. This should be installed automatically when creating the environment.
Alternatively, you can install it after having cloned the repository using pip
:
pip install .