Skip to content

Commit

Permalink
adding setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avalanche123 committed Feb 20, 2012
1 parent 7d1511d commit 03ea390
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 68 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
dist/test
node_modules/
20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
# NullMQ

ZeroMQ in da browser, yo!

## Installation

* `git clone ...`
* `cat requirements.txt | xargs npm install -g`
* `cake build`

### Testing

* `cake test`

### Demos

* `pip install -r demos/requirements.txt`
*

###
10 changes: 10 additions & 0 deletions demos/requirements.txt
@@ -0,0 +1,10 @@
git+git://github.com/progrium/stomp4py.git#egg=stomp4py
git+git://github.com/progrium/WebSocket-for-Python#egg=ws4py
git+git://github.com/progrium/gservice.git#egg=gservice
gevent==0.13.3
greenlet==0.3.1
lockfile==0.9.1
nose==1.1.2
python-daemon==1.6
setproctitle==1.1.2
wsgiref==0.1.2

0 comments on commit 03ea390

Please sign in to comment.