cloudstore-developers

Updated README.md

4/17/2015 10:37:05 AM

Changes

README.md 14(+14 -0)

Details

README.md 14(+14 -0)

diff --git a/README.md b/README.md
index 4ed8d7c..785160a 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,20 @@ Settings in config files are separated into sections for easier understanding.
 ```key_pair_path``` - Path to SSH key.
 ```remote_user``` - Username to use for SSH on VM.
 
+## Installation
+
+Before you can use distributed JMeter scripts you need to install them. You can do this by downloading the ZIP archive and then run:
+
+```
+$ python setup.py install 
+```
+
+You can also install the scripts using ```pip``` tool:
+
+```
+$ pip install -e https://github.com/CloudScale-project/Showcase/distributed-jmeter/zipball/distributed-jmeter
+```
+
 ## Usage
 
 ### Amazon Web Services