Skip to content

Commit 138956e

Browse files
authored
Update README.md with new Anaconda install steps (#347)
pip3 version did not work for me and this is the recommended way to install Anaconda now it seems
1 parent 60be735 commit 138956e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,12 @@ There are separate installation walkthroughs for [Linux](#linux), [Windows](#win
438438
- Python (version 3.8.5 recommended; higher may work)
439439
- git
440440

441-
2. Install the Python Anaconda environment manager using pip3.
441+
2. Install the Python Anaconda environment manager.
442442

443443
```
444-
~$ pip3 install anaconda
444+
~$ wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
445+
~$ chmod +x Anaconda3-2022.05-Linux-x86_64.sh
446+
~$ ./Anaconda3-2022.05-Linux-x86_64.sh
445447
```
446448

447449
After installing anaconda, you should log out of your system and log back in. If the installation

0 commit comments

Comments
 (0)