浏览代码

Update octoprint-install.sh

add `pip install wheel`
tteckster 2 年之前
父节点
当前提交
e6e421b38a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"