diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..6b989d720751dc41c49362eb6d2d3731951a9474
--- /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