Browse Source

Update octoprint-install.sh

add `pip install wheel`
tteckster 2 years ago
parent
commit
e6e421b38a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/octoprint-install.sh

+ 1 - 0
install/octoprint-install.sh

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