From 3613ab7d0360d2fd0ea26bb97038f69337ad177c Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 12 Nov 2019 09:08:31 -0500 Subject: Fix typos in JWSTDP 0.14.1 readme --- jwstdp/0.14.1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jwstdp/0.14.1') 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 -- cgit