From 317fa1af49d72ecaf7a9a499d8cdf00a086b4c6f Mon Sep 17 00:00:00 2001 From: Azhagu Selvan SP Date: Sat, 18 Jul 2015 14:37:16 +0530 Subject: [PATCH] Minor change in development saio setup doc Make the test-requirements install command uniform with the rest of the setup commands in the page by using the $HOME, instead of hardcoding the folder path. Change-Id: I8da7a191a301601e27f894f8268238d77b150ede --- 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 1e6bed03fb..1e6825f661 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -184,7 +184,7 @@ Getting the code #. Install swift's test dependencies:: - sudo pip install -r swift/test-requirements.txt + cd $HOME/swift; sudo pip install -r test-requirements.txt ---------------- Setting up rsync