From b4d77022c3c7f3ad269f40f99df2add6372174a7 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 12 Nov 2019 13:23:25 -0500 Subject: Fix readme text generated by jwst_delivery_prep --- jwstdp/utils/jwst_delivery_prep | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/jwstdp/utils/jwst_delivery_prep b/jwstdp/utils/jwst_delivery_prep index a845c90..5eda41c 100755 --- a/jwstdp/utils/jwst_delivery_prep +++ b/jwstdp/utils/jwst_delivery_prep @@ -74,7 +74,7 @@ def write_readme(release_tag, config_map, filename): f"1) Install the target python interpreter and its dependencies using conda, then\n" f"```\n" f"$ conda create -n jwstdp-{release_tag} --file\n" - f"https://ssb.stsci.edu/releases/jwtdp/{release_tag}/conda_python_{config_map[os]}.txt\n" + f"https://ssb.stsci.edu/releases/jwstdp/{release_tag}/conda_python_{config_map[os]}.txt\n" f"```\n" f"\n" f"2) Activate the environment\n" @@ -83,10 +83,9 @@ def write_readme(release_tag, config_map, filename): f"```\n" f"\n" f"3) Install the pipeline software packages on top using `pip`:\n" - f" ```\n" - f" $ pip install -r\n" - f"https://ssb.stsci.edu/releases/jwstdp/{release_tag}/reqs_{config_map[os]}.txt\n" - f" ```\n" + f"```\n" + f"$ pip install -r https://ssb.stsci.edu/releases/jwstdp/{release_tag}/reqs_{config_map[os]}.txt\n" + f"```\n" f"\n") f.write(procedure) -- cgit