Skip to content

Commit a200c0f

Browse files
committed
Fixed list numbering in readme
1 parent 97d5121 commit a200c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ How to set up your developer environment:
218218
1. Install Python 3.11 (32-bit).
219219
1. Set up your virtual environment.
220220
* `python -m venv .venv`
221-
1. Install python dependencies to `.venv`.
221+
3. Install python dependencies to `.venv`.
222222
* Activate the virtual environment
223223
`.venv\\Scripts\\activate`
224224
* Install lint dependencies
225225
`pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396`
226-
1. Import NVDA code.
226+
4. 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`.
229229
* The [NVDA repository](https://github.com/nvaccess/nvda) should be cloned into the same parent directory.

0 commit comments

Comments
 (0)