###Use pip:
pip install git+https://github.com/llondon6/nrutils_dev.git
###Or clone, then install:
git clone https://github.com/llondon6/nrutils_dev.git
pip install .
###Or clone, then install in editable mode (useful if installing in a virtual environment):
git clone https://github.com/llondon6/nrutils_dev.git
pip install -e .
If you installed nrutils
in editable mode then you should edit the files in the cloned
repository otherwise you should edit the files installed in you python environment.
- nrutils/settings/paths.template -> nrutils/settings/paths.ini
- nrutils/config/bam.template -> nrutils/config/bam.ini
- nrutils/config/sxs.template -> nrutils/config/sxs.ini
- nrutils/config/bam_gw150914_followup.template -> nrutils/config/bam_gw150914_followup.ini
This is done using the command scbuild()
to create a database of the NR simulations.
to be expanded on soon