summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-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