From 64bae6a12db5d819032efbdf84ca5d91b089a74b Mon Sep 17 00:00:00 2001 From: Cinzia Malangone Date: Fri, 8 Nov 2019 10:46:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c26ea141..699ea7f2 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,8 @@ sudo apt install git sudo apt-get install bzip2 wget ``` ``` -wget https://repo.anaconda.com/archive/Anaconda2-2018.12-Linux-x86_64.sh -bash Anaconda2-2018.12-Linux-x86_64.sh +wget https://repo.anaconda.com/archive/Anaconda2-2019.10-Linux-x86_64.sh +bash Anaconda2-2019.10-Linux-x86_64.sh source ~/.bashrc conda update --prefix ~/anaconda2 anaconda ```