Skip to content

Commit f6bb513

Browse files
authored
Update windows install instructions for windows (#14293)
Use the `py` launcher and don't use the `pip` script for upgrading pip itself
1 parent 40c2687 commit f6bb513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Note that some tests require extra setup steps to install the required dependenc
7777
Run the following commands from a Windows terminal to install all requirements:
7878

7979
```powershell
80-
> python -m venv .venv
80+
> py -m venv .venv
8181
> .venv\Scripts\activate
82-
(.venv) > pip install -U pip
82+
(.venv) > python -m pip install -U pip
8383
(.venv) > pip install -r requirements-tests.txt
8484
```
8585

0 commit comments

Comments
 (0)