Installation instructionsΒΆ
bilby_antiglitch can be installed through a variety of methods, see below.
Independent of the method chosen, we recommend installing bilby_antiglitch
within a conda environment. For speed, we recommend creating an environment with
mamba. bilby_antiglitch can
be installed with,
$ mamba env create --name bilby-antiglitch python=3.11
$ mamba activate bilby-antiglitch
$ python -m pip install bilby_antiglitch
$ 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-antiglitch python=3.11
bilby_antiglitch can then be installed with,
$ git clone git@github.com:hoyc1/bilby_antiglitch.git
$ cd bilby_antiglitch
$ python -m pip install .
Warning
Once bilby_antiglitch 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