diff options
Diffstat (limited to 'hstdp/2017.3')
-rw-r--r-- | hstdp/2017.3/release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hstdp/2017.3/release_notes.md b/hstdp/2017.3/release_notes.md index 2440dc9..0373d38 100644 --- a/hstdp/2017.3/release_notes.md +++ b/hstdp/2017.3/release_notes.md @@ -3,13 +3,13 @@ For existing Anaconda3 or Miniconda3 installations: ``` -$ conda create -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp-2017.3/dev/hstdp-2017.3-linux-py35.0.txt +$ conda create -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp/2017.3/dev/hstdp-2017.3-linux-py35.0.txt ``` As bugfixes are announced your existing pipeline software may be updated by issuing the command: ``` -$ conda update -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp-2017.3/dev/hstdp/2017.3-linux-py35.%ITERATION.txt +$ conda update -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp/2017.3/dev/hstdp-2017.3-linux-py35.%ITERATION.txt ``` Where `%ITERATION` is the next incremental version of the environment specification file served from that URL. |