Installation instructionsΒΆ
bilby_nr can be installed through a variety of methods, see below.
Independent of the method chosen, we recommend installing bilby_nr within
a conda environment. For speed, we recommend creating an environment with
mamba. bilby_nr can be
installed with,
$ mamba env create --name bilby-nr python=3.11
$ mamba activate bilby-nr
$ python -m pip install bilby_nr
$ python -m pip install 'bilby_pipe @ git+https://git.ligo.org/charlie.hoy/bilby_pipe.git@input_class'
Warning
As part of this installation, a non-released version of
bilby_pipe is installed. This is because we are waiting
for required code to be merged into the main bilby_pipe
code base. Please see the following merge request for details:
The non-released version bilby_pipe is rebased onto the
following tag:
bilby_pipe: v1.8.0
If installing from source, an enviroment must first be created. An
environment with all required dependencies can be created with
mamba by running,
$ mamba create --name bilby-nr python=3.11
bilby_nr can then be installed with,
$ git clone git@github.com:hoyc1/bilby_nr.git
$ cd bilby_nr
$ python -m pip install .
Warning
Once bilby_nr has been installed, a non-released version of
bilby_pipe is installed. This is because we are waiting
for required code to be merged into the main bilby_pipe
code base. Please see the following merge request for details:
The non-released version bilby_pipe is rebased onto the
following tag:
bilby_pipe: v1.8.0