File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ This section describes:
1313## Installing for Development
1414
15151 . 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
2527If 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)
You can’t perform that action at this time.
0 commit comments