Skip to content

Commit 47ed39c

Browse files
author
Ching Chow
committed
As of Python 3.3 venv is a builtin
1 parent decf012 commit 47ed39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For use with `venv`
3232

3333
.. code-block:: bash
3434
35-
$ virtualenv -p python3 venv
35+
$ python3 -m venv venv
3636
$ source venv/bin/activate
3737
$ pip install bentodev
3838

0 commit comments

Comments
 (0)