diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-06 16:24:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 16:24:28 -0400 |
commit | 62334efcc3aa57f7f87a0fbc617a16514ead4a2c (patch) | |
tree | 6b55e9dff898ca484f589cdaf69cd9a292bb2c44 /hstdp | |
parent | 352397523365b5a79412eb4c794aa56e3f1a5e6c (diff) | |
download | astroconda-releases-testing-62334efcc3aa57f7f87a0fbc617a16514ead4a2c.tar.gz |
Use latest symlinks
Diffstat (limited to 'hstdp')
-rw-r--r-- | hstdp/2017.3/README.md | 15 |
1 files changed, 4 insertions, 11 deletions
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 |