mirror of
https://github.com/tteck/Proxmox.git
synced 2025-08-25 12:31:13 +00:00
Update octoprint-install.sh
add `pip install wheel`
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user