summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2014-03-10 22:05:27 +0100
committerMartin Vilcans <martin@librador.com>2014-03-10 22:05:27 +0100
commitb0588ec991411611013b22fe7cfbb78c902b14e3 (patch)
treeb7360c3c8cbaab940815bd1ae71389660617c0bb
parent2f06d0da48ec344c86b69618975cd3efcb100207 (diff)
Readme about how to set up development in Python 3
-rw-r--r--README.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 1979d48..01c814b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -60,3 +60,8 @@ Set up environment using virtualenvwrapper:
mkvirtualenv --no-site-packages screenplain
pip install -r requirements.txt
+
+For developing for Python 3, instead use:
+
+ mkvirtualenv --no-site-packages --python=$(which python3) screenplain-py3
+ pip install -r requirements-py3.txt