Skip to content

Commit aef3085

Browse files
committed
Update docs
1 parent 9fae2cf commit aef3085

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/development/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ This section describes:
1313
## Installing for Development
1414

1515
1. Clone the repository.
16-
2. Install [Hatch](https://hatch.pypa.io/latest/install/)
17-
3. In a terminal, navigate to the repository's root directory and run
16+
2. Install [UV](https://docs.astral.sh/uv/#installation)
17+
3. Install [Hatch](https://hatch.pypa.io/latest/install/)
18+
4. In a terminal, navigate to the repository's root directory and run
1819

1920
```bash
2021
hatch shell
2122
```
2223

23-
This will create a virtual environment, install Python 13 (if not found), and install the package in editable mode.
24+
This will create a virtual environment, install the latest Python for this project (if not found), and install the
25+
package in editable mode.
2426

2527
If you encounter any dependency issues (particularly with `aiohttp`), try installing the latest Microsoft Visual C++
2628
(MSVC v143+ x86/64) and the Windows SDK (10/11)

0 commit comments

Comments
 (0)