Skip to content

Commit ffb5b0a

Browse files
authored
Update readme.md
1 parent 3b64617 commit ffb5b0a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,18 @@ Note: there is now an option to get Vietnam's braille standard as braille output
214214
* Translations to Indonesian and Vietnamese
215215

216216
## Development Environment
217+
217218
How to set up your developer environment:
219+
218220
1. Install Python 3.11 (32-bit).
219221
1. Set up your virtual environment.
220222
* `python -m venv .venv`
221-
3. Install python dependencies to `.venv`.
223+
1. Install python dependencies to `.venv`.
222224
* Activate the virtual environment
223225
`.venv\Scripts\activate`
224226
* Install lint dependencies
225227
`pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396`
226-
4. Import NVDA code.
228+
1. Import NVDA code.
227229
* NVDA source code needs to be discoverable to get type hints, namespace resolution, code completion, and other IDE hints.
228230
* The relative path `../nvda/source` is included in the pyright configuration in `pyproject.toml`.
229231
* The [NVDA repository](https://github.com/nvaccess/nvda) should be cloned into the same parent directory.

0 commit comments

Comments
 (0)