From 9bde1d1b599173d769fc80f7967c6c4a4e1f1c5a Mon Sep 17 00:00:00 2001 From: Shrenik Date: Mon, 4 Sep 2017 04:15:06 +0530 Subject: Add documentation create-compose.py error Adds statement specifying dependency of python2 on future package. Adds a newline at end of test-usage.rst Change-Id: I3b692c700e7ef2e202f8d85387ae761b2da689ad JIRA: STORPERF-190 Signed-off-by: Shrenik --- docs/testing/user/installation.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/testing/user/installation.rst') diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst index 1da4187..f6c9744 100755 --- a/docs/testing/user/installation.rst +++ b/docs/testing/user/installation.rst @@ -176,6 +176,11 @@ which should result in: 00649e02237d27bf0b40d1a66160a68a56c9f5e1ceb78d7858e30715cf4350e3 create-compose.py +Note: The script will run fine on python3. Install python future package to avoid error on python2. + +.. code-block:: console + + pip install future Docker Exec -- cgit 1.2.3-korg