Skip to content

Commit e258448

Browse files
authored
fix format
1 parent ffb5b0a commit e258448

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,15 @@ How to set up your developer environment:
219219

220220
1. Install Python 3.11 (32-bit).
221221
1. Set up your virtual environment.
222-
* `python -m venv .venv`
222+
* `python -m venv .venv`
223223
1. 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`
228228
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

Comments
 (0)