diff --git a/README.md b/README.md index 7059be2..9fed7da 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ There are several Python modules needed in order to run this code. They are * Healpy * Mpi4py +To install the project requirements, run the following command: +```bash +pip install -r requirements.txt +``` + In addition, the location of the cmb_analysis directory needs to be added to your PYTHONPATH environment variable. ## Contributing ## diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b10c80a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +Numpy +Scipy +Astropy +Healpy +Mpi4py