Skip to content

Commit

Permalink
Minor README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mpirnat committed Dec 31, 2011
1 parent 2e5e4f3 commit 0d15651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ We aim to address:
* site themes

The site is built on Django 1.3 and Python 2.7. We strive for PEP-8ness, clean
code, and test coverage.
code, and test coverage, in roughly that order.


Developing
==========

Get a virtualenv all set up:

virtualenv --python=/Library/Frameworks/Python.framework/Versions/2.7/bin/python hackday
virtualenv --python=python2.7
source hackday/bin/activate
pip install -r requirements.txt

Expand Down

0 comments on commit 0d15651

Please sign in to comment.