From 936d2788772ec73ac0881c6acba78d39654d0d12 Mon Sep 17 00:00:00 2001 From: mmtmn Date: Wed, 29 Nov 2023 22:47:39 -0700 Subject: [PATCH] Add requirements.txt --- README.md | 5 +++++ requirements.txt | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 requirements.txt 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