We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a200c0f commit 3b64617Copy full SHA for 3b64617
readme.md
@@ -220,7 +220,7 @@ How to set up your developer environment:
220
* `python -m venv .venv`
221
3. Install python dependencies to `.venv`.
222
* Activate the virtual environment
223
- `.venv\\Scripts\\activate`
+ `.venv\Scripts\activate`
224
* Install lint dependencies
225
`pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396`
226
4. Import NVDA code.
0 commit comments