docs: Note python requirements

This commit is contained in:
Jade Ellis 2025-07-01 23:32:09 +01:00
parent 6915e1c57e
commit 7e0c021603
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -38,6 +38,10 @@ You can run these checks locally by installing [prefligit](https://github.com/j1
```bash ```bash
# Requires UV:
# Mac/linux: curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Install prefligit using cargo-binstall # Install prefligit using cargo-binstall
cargo binstall prefligit cargo binstall prefligit
@ -50,6 +54,8 @@ prefligit --all-files
Alternatively, you can use [pre-commit](https://pre-commit.com/): Alternatively, you can use [pre-commit](https://pre-commit.com/):
```bash ```bash
# Requires python
# Install pre-commit # Install pre-commit
pip install pre-commit pip install pre-commit