Merge branch 'patch-1' of http://github.com/ParkerK/OctoPrint into maintenance

This commit is contained in:
Gina Häußge 2017-04-11 09:36:13 +02:00
commit b84432c8a5

View file

@ -20,7 +20,7 @@ development environment::
$ virtualenv venv
[...]
$ source venv/bin/activate
(venv) $ pip install -e[develop]
(venv) $ pip install -e .[develop]
[...]
(venv) $ octoprint --help
Usage: octoprint [OPTIONS] COMMAND [ARGS]...