Skip to content

Commit 7788c21

Browse files
authored
Update for Windows platform. Resolves #18096 (#18097)
Fixes #18096
1 parent 976d105 commit 7788c21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ However, if you wish to do so, you can run the full test suite
6565
like this:
6666

6767
```bash
68-
python3 runtests.py
68+
python runtests.py
6969
```
7070

7171
Some useful commands for running specific tests include:
7272

7373
```bash
7474
# Use mypy to check mypy's own code
75-
python3 runtests.py self
75+
python runtests.py self
7676
# or equivalently:
77-
python3 -m mypy --config-file mypy_self_check.ini -p mypy
77+
python -m mypy --config-file mypy_self_check.ini -p mypy
7878

7979
# Run a single test from the test suite
8080
pytest -n0 -k 'test_name'
@@ -117,7 +117,7 @@ tox -e dev --override testenv:dev.allowlist_externals+=env -- env # inspect the
117117
```
118118

119119
If you don't already have `tox` installed, you can use a virtual environment as
120-
described above to install `tox` via `pip` (e.g., ``python3 -m pip install tox``).
120+
described above to install `tox` via `pip` (e.g., ``python -m pip install tox``).
121121

122122
## First time contributors
123123

0 commit comments

Comments
 (0)