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>
 - 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