mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-21 19:28:38 +00:00
Fix virtualenv instruction
This commit is contained in:
parent
73f512a0b6
commit
22e4ea6592
1 changed files with 1 additions and 1 deletions
|
@ -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`_.
|
||||
|
|
Loading…
Reference in a new issue