mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add -y to the automated install instructions (#3349)
hi there, love the project! i noticed a small typo when going over the install process. when copying the automated install instructions from the docs into a terminal, the line to install the python packages failed as it was missing the `-y` flag.
This commit is contained in:
commit
2b213da967
@ -89,7 +89,7 @@ experimental versions later.
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y software-properties-common
|
sudo apt install -y software-properties-common
|
||||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||||
sudo apt install python3.10 python3-pip python3.10-venv
|
sudo apt install -y python3.10 python3-pip python3.10-venv
|
||||||
sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python3.10 3
|
sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python3.10 3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user