-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Petsiuk edited this page Feb 26, 2024
·
2 revisions
Run CotoPrint:
cd C:\devel\OctoPrint
.\venv\Scripts\activate
octoprint serve
In the browser: http://localhost:5000/#temp
Install OctoPrint
$ cd ~/devel
$ git clone https://github.com/OctoPrint/OctoPrint
$ cd OctoPrint
$ virtualenv venv
$ source venv/bin/activate
(venv) $ pip install -e '.[develop,plugins]'
(venv) $ octoprint --help
Usage: octoprint [OPTIONS] COMMAND [ARGS]...
Create and install a new plugin
cd C:\devel\OctoPrint
.\venv\Scripts\activate
octoprint dev plugin:new helloworld
cd OctoPrint-Helloworld
octoprint dev plugin:install