Included step in development_saio.rst for installing dependencies in requirements.txt.
Change-Id: I6ed1704148e5ae1e3164d10080c350d81856f7a9
This commit is contained in:
parent
ad66801915
commit
c5c281ba6d
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user