We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c2687 commit f6bb513Copy full SHA for f6bb513
CONTRIBUTING.md
@@ -77,9 +77,9 @@ Note that some tests require extra setup steps to install the required dependenc
77
Run the following commands from a Windows terminal to install all requirements:
78
79
```powershell
80
- > python -m venv .venv
+ > py -m venv .venv
81
> .venv\Scripts\activate
82
- (.venv) > pip install -U pip
+ (.venv) > python -m pip install -U pip
83
(.venv) > pip install -r requirements-tests.txt
84
```
85
0 commit comments