diff options
-rw-r--r-- | jwstdp/0.13.2/README.md | 8 |
1 files 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 ``` |