mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Update octoprint-install.sh
add `pip install wheel`
This commit is contained in:
parent
07b088723f
commit
e6e421b38a
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue