From 62334efcc3aa57f7f87a0fbc617a16514ead4a2c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 Sep 2017 16:24:28 -0400 Subject: Use latest symlinks --- hstdp/2017.3/README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'hstdp/2017.3') diff --git a/hstdp/2017.3/README.md b/hstdp/2017.3/README.md index 996dc56..b84e7a1 100644 --- a/hstdp/2017.3/README.md +++ b/hstdp/2017.3/README.md @@ -5,20 +5,13 @@ A fresh installation of Anaconda3 or Miniconda3 is not required for each HSTDP r 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/latest-linux ``` -As bugfixes are announced your existing pipeline software may be updated by issuing the command: +As bugfixes are announced your current 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 -``` - -Where `%ITERATION` is the next incremental version of the environment specification file served from that URL. -For example, this release's next bugfix update procedure would be: - -``` -$ conda update -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp/2017.3/dev/hstdp-2017.3-linux-py35.1.txt +$ conda update -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp/2017.3/latest-linux ``` # Installing From Scratch @@ -44,7 +37,7 @@ $ export PATH=$HOME/miniconda3/bin:$PATH ## Install the pipeline ``` -$ 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/latest-linux ``` ## Enter a BASH shell -- cgit