From b77a7c41f802c2152a0263495e840abf71ba230a Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 4 Aug 2014 18:19:26 -0300 Subject: Update README.md --- service/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'service') diff --git a/service/README.md b/service/README.md index b0214f79..98224e57 100644 --- a/service/README.md +++ b/service/README.md @@ -1,27 +1,29 @@ Development environment --- -Install virtualenv: +* Install virtualenv: +``` easy_install virtualenv +``` -create a virtualenv: +* Create a virtualenv: virtualenv .virtualenv -Activate your virtualenv: +* Activate your virtualenv: source .virtualenv/bin/activate -Install requirements: +* Install requirements: pip install -r requirements.txt -To run tests: +* To run tests: ./runtests -To run app: +* To run app: ./go -- cgit v1.2.3