From f64864dc11e025873297c8e251be233031b0f798 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 4 Aug 2014 18:21:01 -0300 Subject: Update README.md --- service/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'service/README.md') diff --git a/service/README.md b/service/README.md index 98224e57..1d11526d 100644 --- a/service/README.md +++ b/service/README.md @@ -9,21 +9,30 @@ easy_install virtualenv * Create a virtualenv: +``` virtualenv .virtualenv +``` * Activate your virtualenv: +``` source .virtualenv/bin/activate +``` * Install requirements: +``` pip install -r requirements.txt +``` * To run tests: +``` ./runtests +``` * To run app: +``` ./go - +```` -- cgit v1.2.3