cherrypynts
setup for development
- make a directory, for example ~/workspace
- setup a python virtualenv in that directory, 'virtualenv -p /usr/bin/python2.7 ~/workspace'
- cd into the workspace and activate it, 'cd ~/workspace && source bin/activate'
- clone this git repo, 'git clone git@github.com:tssgery/cherrypynts.git'
- install the python dependencies, 'cd cherrypynts && pip install -r requirements.txt'
- From here, you can start the app by running 'python cherrypynts/py'