Explorar el Código

Update octoprint-install.sh

add `pip install wheel`
tteckster hace 2 años
padre
commit
e6e421b38a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      install/octoprint-install.sh

+ 1 - 0
install/octoprint-install.sh

@@ -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"