From c5c281ba6dd97a301ba80511e3356d6ca536d701 Mon Sep 17 00:00:00 2001 From: Minwoo B Date: Mon, 20 Apr 2015 17:03:25 -0500 Subject: [PATCH] Included step in development_saio.rst for installing dependencies in requirements.txt. Change-Id: I6ed1704148e5ae1e3164d10080c350d81856f7a9 --- doc/source/development_saio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 3bd94872dd..49ef6eede0 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -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::