This is an old revision of the document!
Octoprint
Installing manually
The generic setup instructions boil down to
Installing Python 3, including pip.
Creating a virtual environment somewhere: python -m venv OctoPrint
Installing OctoPrint into that virtual environment: OctoPrint/bin/pip install OctoPrint
OctoPrint may then be started through ./OctoPrint/bin/octoprint serve or with an absolute path /path/to/OctoPrint/bin/octoprint serve
This starts it up manually
/path/to/OctoPrint/bin/octoprint serve