aboutsummaryrefslogtreecommitdiff
path: root/jwstdp/0.14.0
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-10-29 15:52:19 -0400
committerGitHub <noreply@github.com>2019-10-29 15:52:19 -0400
commitf752350a114cd69b6f166118cc312c5524121d67 (patch)
tree6a46dd0ef94b81878e899e1e9975f2daeb1adc5b /jwstdp/0.14.0
parent2743359e373cf6eef55f53a03133f5955887266b (diff)
downloadastroconda-releases-f752350a114cd69b6f166118cc312c5524121d67.tar.gz
Update README to include Macos-specific instructions
Diffstat (limited to 'jwstdp/0.14.0')
-rw-r--r--jwstdp/0.14.0/README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/jwstdp/0.14.0/README.md b/jwstdp/0.14.0/README.md
index 7ead97e..1f2b84e 100644
--- a/jwstdp/0.14.0/README.md
+++ b/jwstdp/0.14.0/README.md
@@ -7,7 +7,8 @@ All steps must be performed in bash or a compatible shell.
A fresh installation of Anaconda3 or Miniconda3 is not required for each JWSTDP release. The method described here allows for multiple, entirely segregated, pipeline installations.
-To reproduce the environment used during JWST prerelease testing, a three-step installation process is required.
+## Linux
+To reproduce the environment used during JWST prerelease testing on Linux, a three-step installation process is required.
1) Install the target python interpreter and its dependencies using conda, then
```
@@ -24,6 +25,22 @@ $ source activate jwstdp-0.14.0
$ pip install -r https://ssb.stsci.edu/releases/jwstdp/0.14.0/reqs_stable-deps.txt
```
+## Macos
+1) Install the target python interpreter and its dependencies using conda, then
+```
+$ conda create -n jwstdp-0.14.0 --file https://ssb.stsci.edu/releases/jwstdp/0.14.0/conda_env_dump_macos-stable-deps.txt
+```
+
+2) Activate the environment
+```
+$ source activate jwstdp-0.14.0
+```
+
+3) Install the pipeline software packages on top using `pip`:
+```
+$ pip install -r https://ssb.stsci.edu/releases/jwstdp/0.14.0/reqs_macos-stable-deps.txt
+```
+
# Advance setup
If conda has not yet been installed, use the following steps to obtain it, then use the procedure above to install the pipeline software.