Skip to content

Commit

Permalink
Update the README.md and dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed Dec 16, 2014
1 parent fa53113 commit 4f33ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Currently support python 2.7 only.
```
pip install requirements.txt
```

To start the database `bin/server` and to use the CLI `bin/clien`. Refere to each documentation with the `-h` options for more details.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nose==1.3.4
wsgiref==0.1.2
PyYAML==3.11
PyYAML==3.11
pyzmq==13.1.0

0 comments on commit 4f33ca7

Please sign in to comment.