diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-12 09:08:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 09:08:31 -0500 |
commit | 3613ab7d0360d2fd0ea26bb97038f69337ad177c (patch) | |
tree | ed4702ce761488b1d4f99e2bb8d71cb7aa97bf26 /jwstdp | |
parent | babf45afe64bdc1be4f2cd9eca3bf39e82032690 (diff) | |
download | astroconda-releases-3613ab7d0360d2fd0ea26bb97038f69337ad177c.tar.gz |
Fix typos in JWSTDP 0.14.1 readme
Diffstat (limited to 'jwstdp')
-rw-r--r-- | jwstdp/0.14.1/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jwstdp/0.14.1/README.md b/jwstdp/0.14.1/README.md index dee8f24..f8808bf 100644 --- a/jwstdp/0.14.1/README.md +++ b/jwstdp/0.14.1/README.md @@ -15,7 +15,7 @@ three-step installation process is required. 1) Install the target python interpreter and its dependencies using conda, then ``` $ conda create -n jwstdp-0.14.1 --file -https://ssb.stsci.edu/releases/jwtdp/0.14.1/conda_python_stable-deps.txt +https://ssb.stsci.edu/releases/jwstdp/0.14.1/conda_python_stable-deps.txt ``` 2) Activate the environment @@ -36,7 +36,7 @@ three-step installation process is required. 1) Install the target python interpreter and its dependencies using conda, then ``` $ conda create -n jwstdp-0.14.1 --file -https://ssb.stsci.edu/releases/jwtdp/0.14.1/conda_python_macos-stable-deps.txt +https://ssb.stsci.edu/releases/jwstdp/0.14.1/conda_python_macos-stable-deps.txt ``` 2) Activate the environment |