diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2014-08-04 18:21:01 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2014-08-04 18:21:01 -0300 |
commit | f64864dc11e025873297c8e251be233031b0f798 (patch) | |
tree | 46b176e48cd868c4356ac4a21e37346917f633ed /service | |
parent | b77a7c41f802c2152a0263495e840abf71ba230a (diff) |
Update README.md
Diffstat (limited to 'service')
-rw-r--r-- | service/README.md | 11 |
1 files changed, 10 insertions, 1 deletions
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 - +```` |