From b04bc8a23faa40734a252e787a8c4bfd64cbfdf6 Mon Sep 17 00:00:00 2001
From: Laurent Peuch <cortex@worlddomination.be>
Date: Wed, 18 Sep 2013 21:33:03 +0200
Subject: [PATCH] [doc] add a README.md

---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 00000000..6b989d72
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+    git clone git@github.com:Psycojoker/django-parltrack-votes.git
+    git clone git@github.com:Psycojoker/django-representatives.git
+    git clone git@github.com:Psycojoker/yolopol.git
+
+    cd yolopol
+    ln -s ../django-parltrack-votes/parltrack_votes/ .
+    ln -s ../django-representatives/representatives/ .
+
+    virtualenv ve
+    source ve/bin/activate
+
+    pip install -r requirements-dev.txt
+
+    python manage.py syncdb
-- 
GitLab