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:
		@@ -113,4 +113,4 @@ or
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. code-block:: bash
 | 
					.. code-block:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   $ pip install -e
 | 
					   $ pip install -e .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user