Merge "Included step in development_saio.rst for installing dependencies in requirements.txt."

This commit is contained in:
Jenkins 2015-04-21 04:11:08 +00:00 committed by Gerrit Code Review
commit 98cf6ba86b

View File

@ -176,7 +176,7 @@ Getting the code
#. Build a development installation of swift::
cd $HOME/swift; sudo python setup.py develop; cd -
cd $HOME/swift; sudo pip install -r requirements.txt; sudo python setup.py develop; cd -
Fedora 19 or later users might have to perform the following if development
installation of swift fails::