Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 868 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 868 Bytes

Master Thesis

Package Management (Anaconda)

To create an Anaconda environment for this module one can use conda-lock

conda create --prefix ./env --file conda-linux-64.lock

this will ask you to enter an environment name and then install the few package. For further information see this chapter.

Update the environment

Use the following commands to update the environment

conda env update --name <env-name> --file environment.yml

EMRI waveform python package

We use the python package.

Use the package

To use the package activate the created environment, open a terminal and direct to the root directory. Then run

python -m master_thesis_code