diff options
-rw-r--r-- | jwstdp/0.9.x/README.md | 4 |
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 ``` |