Skip to content

Commit c22c3de

Browse files
greentext2lstein
authored andcommitted
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 21a1f68 commit c22c3de

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
@@ -427,10 +427,12 @@ There are separate installation walkthroughs for [Linux](#linux), [Windows](#win
427427
- Python (version 3.8.5 recommended; higher may work)
428428
- git
429429

430-
2. Install the Python Anaconda environment manager using pip3.
430+
2. Install the Python Anaconda environment manager.
431431

432432
```
433-
~$ pip3 install anaconda
433+
~$ wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
434+
~$ chmod +x Anaconda3-2022.05-Linux-x86_64.sh
435+
~$ ./Anaconda3-2022.05-Linux-x86_64.sh
434436
```
435437

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

0 commit comments

Comments
 (0)