guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.45k stars 367 forks source link

♻️ Install OctoPrint from PyPI #744

Closed foosel closed 3 years ago

foosel commented 3 years ago

Instead of fetching the latest release on GitHub with a GitHub API call and installing the zip from that, let's simply install right from PyPI. And if a specific version is desired it can still be configured ("OctoPrint==1.6.1").