From ebc1b07d07f50be1a3abdee776d2bbb4d4be3667 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 22 Dec 2017 11:32:34 -0500 Subject: Correct conda installation commands --- jwstdp/0.9.x/README.md | 4 ++-- 1 file 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 ``` -- cgit