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:
Steve Martinelli 2015-09-24 11:50:46 -04:00
parent 29aad2a9b5
commit 0e89d08434
1 changed files with 1 additions and 1 deletions

View File

@ -113,4 +113,4 @@ or
.. code-block:: bash
$ pip install -e
$ pip install -e .