Skip to content

Commit 0e89d08

Browse files
author
Steve Martinelli
committed
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
1 parent 29aad2a commit 0e89d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ or
113113

114114
.. code-block:: bash
115115
116-
$ pip install -e
116+
$ pip install -e .

0 commit comments

Comments
 (0)