Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@gmail.com>2013-02-20 15:12:29 (GMT)
committer Rogelio Mita <rogeliomita@gmail.com>2013-02-20 15:12:29 (GMT)
commitd1b0203ac598e28c470fe15674d480658828071b (patch)
tree05c3e00827d6b3ca5d6a0115ee7991433fbe45a8 /README
Initial
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2a75dd5
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+=== dev env ===
+
+python version: 2.7.3
+
+1 - create virtualenv (example: mkvirtualenv --no-site-packages polls)
+2 - clone repo in src directory... and enter.
+3 - pip install -r requirements
+4 - (optional) easy_install readline; pip install ipython \ No newline at end of file