Merge "Included step in development_saio.rst for installing dependencies in requirements.txt."
This commit is contained in:
commit
98cf6ba86b
@ -176,7 +176,7 @@ Getting the code
|
|||||||
|
|
||||||
#. Build a development installation of swift::
|
#. 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
|
Fedora 19 or later users might have to perform the following if development
|
||||||
installation of swift fails::
|
installation of swift fails::
|
||||||
|
Loading…
Reference in New Issue
Block a user