Skip to content

Instantly share code, notes, and snippets.

@schwanksta
Created January 11, 2012 21:03
Show Gist options
  • Save schwanksta/1596749 to your computer and use it in GitHub Desktop.
Save schwanksta/1596749 to your computer and use it in GitHub Desktop.
Setting up python-elections from scratch
This should get you there:
easy_install virtualenv
easy_install pip
virtualenv --no-site-packages elections
cd elections
. bin/activate
mkdir project
cd project
pip install python-elections
touch main.py
<edit main.py and paste in the example code>
python main.py
voila!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment