aboutsummaryrefslogtreecommitdiff
path: root/jwstdp/0.9.x
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-12-22 11:32:34 -0500
committerGitHub <noreply@github.com>2017-12-22 11:32:34 -0500
commitebc1b07d07f50be1a3abdee776d2bbb4d4be3667 (patch)
tree41486265cca3aa29572d9d61b533d49947c7ff9e /jwstdp/0.9.x
parentf61364ba246000da729252d959b8571e16d298d8 (diff)
downloadastroconda-releases-ebc1b07d07f50be1a3abdee776d2bbb4d4be3667.tar.gz
Correct conda installation commands
Diffstat (limited to 'jwstdp/0.9.x')
-rw-r--r--jwstdp/0.9.x/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/jwstdp/0.9.x/README.md b/jwstdp/0.9.x/README.md
index 785794b..02ff91e 100644
--- a/jwstdp/0.9.x/README.md
+++ b/jwstdp/0.9.x/README.md
@@ -21,7 +21,7 @@ For detailed instructions of this step, please visit: http://docs.continuum.io/a
**For Anaconda:**
```
-$ wget https://repo.continuum.io/archive/Anaconda3-4.3.1-Linux-x86_64.sh
+$ wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
$ bash Anaconda3-5.0.1-Linux-x86_64.sh
$ export PATH=$HOME/anaconda3/bin:$PATH
```
@@ -29,7 +29,7 @@ $ export PATH=$HOME/anaconda3/bin:$PATH
**For Miniconda (if preferred):**
```
-$ wget https://repo.continuum.io/miniconda/Miniconda3-4.3.11-Linux-x86_64.sh
+$ wget https://repo.continuum.io/miniconda/Miniconda3-4.3.30-Linux-x86_64.sh
$ bash Miniconda3-4.3.30-Linux-x86_64.sh
$ export PATH=$HOME/miniconda3/bin:$PATH
```