Update test setup description (#4307)

The description, as it was, did not work with an older version of pip,
as the installation errored. An updated version of pip fixes the installation problem.
This commit is contained in:
Jürgen Gmach
2020-07-03 14:31:22 +02:00
committed by GitHub
parent 6d1c59d238
commit ee44a5c323

View File

@@ -107,7 +107,8 @@ Run:
```
$ python3.6 -m venv .venv3
$ source .venv3/bin/activate
(.venv3)$ pip3 install -r requirements-tests-py3.txt
(.venv3)$ pip install -U pip
(.venv3)$ pip install -r requirements-tests-py3.txt
```
This will install mypy (you need the latest master branch from GitHub),
typed-ast, flake8 (and plugins), pytype, black and isort.