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

Change-Id: I6ed1704148e5ae1e3164d10080c350d81856f7a9
This commit is contained in:
Minwoo B 2015-04-20 17:03:25 -05:00
parent ad66801915
commit c5c281ba6d

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::