added missing period and space so works
This commit is contained in:
parent
0a69dbeddb
commit
c6623c8883
1 changed files with 1 additions and 1 deletions
|
|
@ -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]...
|
||||
|
|
|
|||
Loading…
Reference in a new issue