Skip to content

Commit

Permalink
Update README.md with new Anaconda install steps (invoke-ai#347)
Browse files Browse the repository at this point in the history
pip3 version did not work for me and this is the recommended way to install Anaconda now it seems
  • Loading branch information
greentext2 authored Sep 3, 2022
1 parent 60be735 commit 138956e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,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
Expand Down

0 comments on commit 138956e

Please sign in to comment.