Skip to content

Commit 0d15651

Browse files
committed
Minor README tweaks
1 parent 2e5e4f3 commit 0d15651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ We aim to address:
1818
* site themes
1919

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

2323

2424
Developing
2525
==========
2626

2727
Get a virtualenv all set up:
2828

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

0 commit comments

Comments
 (0)