From 7a41e79f2f85deeaaa7a7c7d05412d102baa391d Mon Sep 17 00:00:00 2001 From: Kristian Hunt Date: Wed, 29 Jul 2015 14:18:34 +0200 Subject: Add dependencies to dev-env section in README.rst Add paragraph for installing required dependencies to README.rst to make setting up a new development environment easier and documented. Moved existing command to install virtualenv to the new paragraph to maintain integrity. JIRA:- Change-Id: I356611fbb92a5d2a556675e779a11308c22a8ceb Signed-off-by: Kristian Hunt --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 049a42677..f9276abe4 100644 --- a/README.rst +++ b/README.rst @@ -79,8 +79,10 @@ Example setup known to work for development and test: - Development environment: Ubuntu14.04, eclipse, virtual environment - Cloud: Mirantis OpenStack 6.0 deployed using Virtualbox +Install dependencies: +$ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev + Create a virtual environment: -$ sudo apt-get install python-virtualenv $ virtualenv ~/yardstick_venv $ source ~/yardstick_venv/bin/activate $ python setup.py develop -- cgit 1.2.3-korg