Add dependencies to dev-env section in README.rst 91/1091/2
authorKristian Hunt <kristian.hunt@gmail.com>
Wed, 29 Jul 2015 12:18:34 +0000 (14:18 +0200)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Mon, 17 Aug 2015 10:11:10 +0000 (10:11 +0000)
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 <kristian.hunt@gmail.com>
README.rst

index 049a426..f9276ab 100644 (file)
@@ -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