Skip to content

Commit 97d5121

Browse files
committed
updated readme
1 parent 867bc2b commit 97d5121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ How to set up your developer environment:
222222
* Activate the virtual environment
223223
`.venv\\Scripts\\activate`
224224
* Install lint dependencies
225-
`pip install .`
225+
`pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396`
226226
1. Import NVDA code.
227227
* NVDA source code needs to be discoverable to get type hints, namespace resolution, code completion, and other IDE hints.
228228
* The relative path `../nvda/source` is included in the pyright configuration in `pyproject.toml`.

0 commit comments

Comments
 (0)