Skip to content

Commit 2b213da

Browse files
authored
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.
2 parents b24129f + e91e1eb commit 2b213da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/010_INSTALL_AUTOMATED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ experimental versions later.
8989
sudo apt update
9090
sudo apt install -y software-properties-common
9191
sudo add-apt-repository -y ppa:deadsnakes/ppa
92-
sudo apt install python3.10 python3-pip python3.10-venv
92+
sudo apt install -y python3.10 python3-pip python3.10-venv
9393
sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python3.10 3
9494
```
9595

0 commit comments

Comments
 (0)