summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-06-13 21:16:12 -0400
committerrsiddharth <rsd@gnu.org>2019-06-13 21:16:12 -0400
commit78563394b368bb5bb53663c263091df1d8147f68 (patch)
tree425a94f15a946e250c9433fc9bed2808dd5d0b8e
parente91d6241a23ea62e38e97a4ff4f03481da879bf3 (diff)
docs/install/index.rst: Install python3 in virtualenv.
-rw-r--r--docs/install/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/index.rst b/docs/install/index.rst
index 9af7de2..577febb 100644
--- a/docs/install/index.rst
+++ b/docs/install/index.rst
@@ -39,7 +39,7 @@ virtual environment in it::
$ mkdir lpschedule-generator
$ cd lpschedule-generator
- $ virtualenv -p python2.7 .
+ $ virtualenv -p python3 .
$ source bin/activate
Install ``lpschedule-generator`` inside this directory using ``pip``::