You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,3 +212,10 @@ Note: there is now an option to get Vietnam's braille standard as braille output
212
212
* A preference setting to control the duration of pausing (works with changes to relative speech rate for math)
213
213
* Support to recognize chemistry notation and speak it appropriately
214
214
* Translations to Indonesian and Vietnamese
215
+
216
+
## Development Environment
217
+
We include here a few important notes for setting up a development environment for working on this project.
218
+
* The configuration in `.vscode/settings.json` assumes that a virtual environment has been set up in a directory named `.venv`.
219
+
This virtual environment should have `pyright` and `ruff` installed, and should use Python 3.11 (32-bit).
220
+
* The relative path `../NVDA/source` is included in the pyright configuration in `pyproject.toml` to enable typechecking functions from the main NVDA repository.
221
+
For this to function as expected, the main NVDA repository (https://github.com/nvaccess/nvda) should be cloned into the same directory as this repository.
0 commit comments