docs: pip install -e needs an argument
The arguments to install the development branch is incorrect, since the -e option needs a directory to look for setup.py in. Change-Id: Icfe402e7b79a50ddc885c7eadb6c323c27e36ef3
This commit is contained in:
parent
29aad2a9b5
commit
0e89d08434
@ -113,4 +113,4 @@ or
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install -e
|
||||
$ pip install -e .
|
||||
|
Loading…
x
Reference in New Issue
Block a user