mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-13 21:51:47 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user