diff options
| author | Martin Vilcans <martin@librador.com> | 2014-03-10 22:05:27 +0100 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2014-03-10 22:05:27 +0100 |
| commit | b0588ec991411611013b22fe7cfbb78c902b14e3 (patch) | |
| tree | b7360c3c8cbaab940815bd1ae71389660617c0bb /README.markdown | |
| parent | 2f06d0da48ec344c86b69618975cd3efcb100207 (diff) | |
Readme about how to set up development in Python 3
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 5 |
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 |
