Skip to content

Commit ca770ad

Browse files
committed
docs: improve readme
1 parent 7e054cf commit ca770ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ except ValidationError as e:
7373

7474
You'll need:
7575
1. **[Rust](https://rustup.rs/)** - Rust stable (or nightly for coverage)
76-
2. **[Python 3.9+](https://www.python.org/downloads/)** - Python 3.9 or later
77-
3. **[uv](https://docs.astral.sh/uv/getting-started/installation/)** - Fast Python package manager
78-
4. **[git](https://git-scm.com/)** - For version control
79-
5. **[make](https://www.gnu.org/software/make/)** - For running development commands (or use `nmake` on Windows)
76+
2. **[uv](https://docs.astral.sh/uv/getting-started/installation/)** - Fast Python package manager (will install Python 3.9+ automatically)
77+
3. **[git](https://git-scm.com/)** - For version control
78+
4. **[make](https://www.gnu.org/software/make/)** - For running development commands (or use `nmake` on Windows)
8079

8180
### Quick Start
8281

0 commit comments

Comments
 (0)