Skip to content

Commit

Permalink
Fix virtualenv instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nvllsvm committed Dec 5, 2018
1 parent 73f512a commit 22e4ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ run the test suite, update the documentation, and everything else that is
involved in contributing. The easiest way to do that is to create a virtual
environment for your endeavors::

$ virtualenv -p python2.7 env
$ python3 -m venv env

Don't worry about writing code against previous versions of Python unless
you you don't have a choice. That is why we run our tests through `tox`_.
Expand Down

0 comments on commit 22e4ea6

Please sign in to comment.