doc: Recommend installing marconi via pip

This approach was recommended by mordred on the dev list recently. It
will ensure that the correct deps are installed, distribute is the right
version, etc.

Change-Id: I326053a511db76178d8e63908c3f2287d66c14b9
This commit is contained in:
kgriffs 2013-10-10 21:05:33 -04:00
parent 04777edc4b
commit 0082849bfd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Running a local Marconi server with MongoDB
7. Run the following so you can see the results of any changes you make to the code, without having to reinstall the package each time::
python setup.py develop
pip install -e .
8. Start the marconi server::