diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2019-11-12 13:23:25 -0500 | 
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2019-11-12 13:23:25 -0500 | 
| commit | b4d77022c3c7f3ad269f40f99df2add6372174a7 (patch) | |
| tree | 552c6a7bc0802186b5193fdad6f1ec5c68f4c9ab /jwstdp | |
| parent | 3432322a59c79344c21cd371b85c64e11912a088 (diff) | |
| download | astroconda-releases-b4d77022c3c7f3ad269f40f99df2add6372174a7.tar.gz | |
Fix readme text generated by jwst_delivery_prep
Diffstat (limited to 'jwstdp')
| -rwxr-xr-x | jwstdp/utils/jwst_delivery_prep | 9 | 
1 files 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)  | 
