Revert recommending virtualenv for Python 3.4

`venv` is already available in Python 3.4, my mistake
This commit is contained in:
Bruno Oliveira
2019-02-21 13:03:19 -03:00
committed by GitHub
parent ba2a43266a
commit e75915bb73

View File

@@ -8,7 +8,7 @@ Install package with pip
-------------------------------------------------
For development, we recommend you use venv_ for virtual environments
(or virtualenv_ for Python 2.7 and 3.4) and
(or virtualenv_ for Python 2.7) and
pip_ for installing your application and any dependencies,
as well as the ``pytest`` package itself.
This ensures your code and dependencies are isolated from your system Python installation.