From 539d6bb39a6370e6779a55e629e7c69699244f03 Mon Sep 17 00:00:00 2001 From: mmtmn Date: Wed, 29 Nov 2023 23:23:28 -0700 Subject: [PATCH 1/2] Add requirements.txt --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b889576 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +numpy +matplotlib +healpy +astropy +scipy From 4ff6ff0bf2c510d15cfaf95edd9c3d3df289aae6 Mon Sep 17 00:00:00 2001 From: mmtmn Date: Wed, 29 Nov 2023 23:24:49 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a023f9..c6c6da2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Required python libraries: * Astropy (coordinate units, WCS) * Scipy +To install the project requirements, run the following command: +```bash +pip install -r requirements.txt +``` + The code runs in both Python 2 (checked on 2.7.10) and Python 3 (checked on 3.4.3). Astropy supports a range of coordinate specifications in the configuration file.