diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index ce453af..445ad1c 100644 --- a/README.markdown +++ b/README.markdown @@ -76,3 +76,7 @@ After this, the `screenplain` command will use the working copy of your code. To run unit tests and style checks, run: bin/test + +For developing for Python 3, instead use: + + mkvirtualenv --no-site-packages --python=$(which python3) screenplain-py3 |