diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-09-24 11:50:46 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-09-24 11:50:46 -0400 |
| commit | 0e89d084343bcda55db737c3286a17ec695befaf (patch) | |
| tree | 63fd76eb89e1024b06918bc759fe91632dbbd1ef /doc/source/developing.rst | |
| parent | 29aad2a9b598eaf48eebb2e7233d47ed2c0eb05b (diff) | |
| download | python-openstackclient-0e89d084343bcda55db737c3286a17ec695befaf.tar.gz | |
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
Diffstat (limited to 'doc/source/developing.rst')
| -rw-r--r-- | doc/source/developing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst index 90f0900a..c41fbf34 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -113,4 +113,4 @@ or .. code-block:: bash - $ pip install -e + $ pip install -e . |
