From 3432322a59c79344c21cd371b85c64e11912a088 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 12 Nov 2019 09:09:25 -0500 Subject: Fix formatting in JWSTDP 0.14.1 readme --- jwstdp/0.14.1/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'jwstdp') diff --git a/jwstdp/0.14.1/README.md b/jwstdp/0.14.1/README.md index f8808bf..a3123d6 100644 --- a/jwstdp/0.14.1/README.md +++ b/jwstdp/0.14.1/README.md @@ -25,8 +25,7 @@ $ source activate jwstdp-0.14.1 3) Install the pipeline software packages on top using `pip`: ``` - $ pip install -r -https://ssb.stsci.edu/releases/jwstdp/0.14.1/reqs_stable-deps.txt + $ pip install -r https://ssb.stsci.edu/releases/jwstdp/0.14.1/reqs_stable-deps.txt ``` ## Macos @@ -46,8 +45,7 @@ $ source activate jwstdp-0.14.1 3) Install the pipeline software packages on top using `pip`: ``` - $ pip install -r -https://ssb.stsci.edu/releases/jwstdp/0.14.1/reqs_macos-stable-deps.txt + $ pip install -r https://ssb.stsci.edu/releases/jwstdp/0.14.1/reqs_macos-stable-deps.txt ``` # Advance setup -- cgit