mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
It’s hard to have multiple versions of Python installed, especially when using Homebrew. So just skip them.
This commit is contained in:
parent
1a7cbd13e2
commit
a6c4041b6c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ suite locally with tox_::
|
|||
|
||||
$ cd dpaste/
|
||||
$ pip install tox
|
||||
$ tox
|
||||
$ tox --skip-missing-interpreters
|
||||
|
||||
A more manual approach is installing it all by hand in a virtual environment.
|
||||
This is also the preferred way to setup an environment for local development::
|
||||
|
|
Loading…
Reference in a new issue