Update octoprint-install.sh

add `pip install wheel`
This commit is contained in:
tteckster 2023-05-02 11:34:10 -04:00 committed by GitHub
parent 07b088723f
commit e6e421b38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ cd /opt/octoprint
python3 -m venv .
source bin/activate
pip install --upgrade pip
pip install wheel
pip install octoprint
EOF
msg_ok "Installed OctoPrint"