Mention that virtualenv should be used for Python 3.4 as well
This commit is contained in:
parent
cfaa8bbee8
commit
ba2a43266a
|
@ -8,7 +8,7 @@ Install package with pip
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
For development, we recommend you use venv_ for virtual environments
|
For development, we recommend you use venv_ for virtual environments
|
||||||
(or virtualenv_ for Python 2.7) and
|
(or virtualenv_ for Python 2.7 and 3.4) and
|
||||||
pip_ for installing your application and any dependencies,
|
pip_ for installing your application and any dependencies,
|
||||||
as well as the ``pytest`` package itself.
|
as well as the ``pytest`` package itself.
|
||||||
This ensures your code and dependencies are isolated from your system Python installation.
|
This ensures your code and dependencies are isolated from your system Python installation.
|
||||||
|
|
Loading…
Reference in New Issue