@@ -219,15 +219,15 @@ How to set up your developer environment:
219219
2202201 . Install Python 3.11 (32-bit).
2212211 . Set up your virtual environment.
222- * ` python -m venv .venv `
222+ * ` python -m venv .venv `
2232231 . Install python dependencies to ` .venv ` .
224- * Activate the virtual environment
224+ * Activate the virtual environment
225225 ` .venv\Scripts\activate `
226- * Install lint dependencies
226+ * Install lint dependencies
227227 ` pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396 `
2282281 . 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