Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 235 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 235 Bytes

polyevent

##Setup

Make sure you have python and virtualenvwrapper installed. Then run:

mkvirtualenv polyevent
pip install -r requirements.txt

Once you've done this once, work on this project with:

workon polyevent