diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-12-22 11:38:21 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-22 11:38:21 -0500 | 
| commit | 20be97ad41da66e82bbe8b936691d89d2b259b3d (patch) | |
| tree | 14a27a6472b87db73dd52785036a9f529a13bbdc /jwstdp/0.9.x/README.md | |
| parent | ebc1b07d07f50be1a3abdee776d2bbb4d4be3667 (diff) | |
| download | astroconda-releases-20be97ad41da66e82bbe8b936691d89d2b259b3d.tar.gz | |
Correct paths
Diffstat (limited to 'jwstdp/0.9.x/README.md')
| -rw-r--r-- | jwstdp/0.9.x/README.md | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/jwstdp/0.9.x/README.md b/jwstdp/0.9.x/README.md index 02ff91e..fa510e6 100644 --- a/jwstdp/0.9.x/README.md +++ b/jwstdp/0.9.x/README.md @@ -5,13 +5,13 @@ A fresh installation of Anaconda3 or Miniconda3 is not required for each JWSTDP  For existing Anaconda3 or Miniconda3 installations:  ``` -$ conda create -n jwstdp-0.9.0 --file http://ssb.stsci.edu/releases/jwstdp/0.9.0/latest-linux +$ conda create -n jwstdp-0.9.0 --file http://ssb.stsci.edu/releases/jwstdp/0.9.x/latest-linux  ```  As bugfixes are announced your current pipeline software may be updated by issuing the command:  ``` -$ conda update -n jwstdp-0.9.0 --file http://ssb.stsci.edu/releases/jwstdp/0.9.0/latest-linux +$ conda update -n jwstdp-0.9.0 --file http://ssb.stsci.edu/releases/jwstdp/0.9.x/latest-linux  ```  # Installing From Scratch @@ -37,7 +37,7 @@ $ export PATH=$HOME/miniconda3/bin:$PATH  ## Install the pipeline  ``` -$ conda create -n jwstdp-0.9.0 --file http://ssb.stsci.edu/releases/jwstdp/0.9.0/latest-linux +$ conda create -n jwstdp-0.9.0 --file http://ssb.stsci.edu/releases/jwstdp/0.9.x/latest-linux  ```  ## Enter a BASH shell  | 
