From 0e89d084343bcda55db737c3286a17ec695befaf Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 24 Sep 2015 11:50:46 -0400 Subject: [PATCH] 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 --- doc/source/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/developing.rst b/doc/source/developing.rst index 90f0900ab0..c41fbf3472 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 .