@@ -219,15 +219,15 @@ How to set up your developer environment:
219
219
220
220
1 . Install Python 3.11 (32-bit).
221
221
1 . Set up your virtual environment.
222
- * ` python -m venv .venv `
222
+ * ` python -m venv .venv `
223
223
1 . Install python dependencies to ` .venv ` .
224
- * Activate the virtual environment
224
+ * Activate the virtual environment
225
225
` .venv\Scripts\activate `
226
- * Install lint dependencies
226
+ * Install lint dependencies
227
227
` pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396 `
228
228
1 . Import NVDA code.
229
- * NVDA source code needs to be discoverable to get type hints, namespace resolution, code completion, and other IDE hints.
230
- * The relative path ` ../nvda/source ` is included in the pyright configuration in ` pyproject.toml ` .
231
- * The [ NVDA repository] ( https://github.com/nvaccess/nvda ) should be cloned into the same parent directory.
232
- i.e. as a sibling to this repository.
233
- Alternatively, update ` ../nvda/source ` in ` pyproject.toml ` to another location where the NVDA repository has been cloned.
229
+ * NVDA source code needs to be discoverable to get type hints, namespace resolution, code completion, and other IDE hints.
230
+ * The relative path ` ../nvda/source ` is included in the pyright configuration in ` pyproject.toml ` .
231
+ * The [ NVDA repository] ( https://github.com/nvaccess/nvda ) should be cloned into the same parent directory.
232
+ i.e. as a sibling to this repository.
233
+ Alternatively, update ` ../nvda/source ` in ` pyproject.toml ` to another location where the NVDA repository has been cloned.
0 commit comments