aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..62b9bc4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
1CodeMash Django Precompiler
2===========================
3
4Getting up and running
5----------------------
6You need a virtualenv to get started:
7
8 python3 virtualenv.py django-precompiler
9 source django-precompiler/bin/activate
10
11Then install django 1.5:
12
13 pip install https://www.djangoproject.com/download/1.5b2/tarball/
14
15Then do the syncdb/runserver dance:
16
17 ./manage.py syncdb
18 ./manage.py runserver