From 508fff75bea269152011b4101c6dac46db103b0f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 15 May 2019 09:19:41 -0400 Subject: Update conda installer versions --- jwstdp/0.13.2/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jwstdp/0.13.2/README.md b/jwstdp/0.13.2/README.md index 9a00747..b7266b4 100644 --- a/jwstdp/0.13.2/README.md +++ b/jwstdp/0.13.2/README.md @@ -22,16 +22,16 @@ For detailed instructions of this step, please visit: http://docs.continuum.io/a **For Anaconda:** ``` -$ wget https://repo.continuum.io/archive/Anaconda3-2018.12-Linux-x86_64.sh -$ bash Anaconda3-2018.12-Linux-x86_64.sh +$ wget https://repo.continuum.io/archive/Anaconda3-2019.03-Linux-x86_64.sh +$ bash Anaconda3-2019.03-Linux-x86_64.sh $ export PATH=$HOME/anaconda3/bin:$PATH ``` **For Miniconda (if preferred):** ``` -$ wget https://repo.continuum.io/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh -$ bash Miniconda3-4.5.12-Linux-x86_64.sh +$ wget https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh +$ bash Miniconda3-4.6.14-Linux-x86_64.sh $ export PATH=$HOME/miniconda3/bin:$PATH ``` -- cgit