From 25c4060fef7d13470e2b6d9391a5de118b485a6b Mon Sep 17 00:00:00 2001 From: greentext2 <112735219+greentext2@users.noreply.github.com> Date: Sat, 3 Sep 2022 11:53:13 -0500 Subject: [PATCH] Update README.md with new Anaconda install steps pip3 version did not work for me and this is the recommended way to install Anaconda now it seems --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68902491401..a171a2bea7f 100644 --- a/README.md +++ b/README.md @@ -427,10 +427,12 @@ There are separate installation walkthroughs for [Linux](#linux), [Windows](#win - Python (version 3.8.5 recommended; higher may work) - git -2. Install the Python Anaconda environment manager using pip3. +2. Install the Python Anaconda environment manager. ``` -~$ pip3 install anaconda +~$ wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh +~$ chmod +x Anaconda3-2022.05-Linux-x86_64.sh +~$ ./Anaconda3-2022.05-Linux-x86_64.sh ``` After installing anaconda, you should log out of your system and log back in. If the installation