Skip to content

Commit 70947fc

Browse files
committed
Update README and pyproject.toml to clarify dev dependencies and add maturin[patchelf]
1 parent cda4be6 commit 70947fc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ See the [examples/](examples/) directory for more.
4141

4242
### Initial Setup
4343

44-
1. **Install dependencies:**
44+
1. **Install dependencies (including dev tools):**
4545
```bash
4646
uv sync --group dev
4747
```
48+
This installs the `dev` dependency group which provides `maturin`, `pre-commit`, `pytest`, and other development tools. Commands prefixed with `uv run` below require this group.
4849

4950
2. **Install pre-commit hooks:**
5051
```bash

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Issues = "https://github.com/bitcraze/crazyflie-lib-python-v2/issues"
4646

4747
[dependency-groups]
4848
dev = [
49+
"maturin[patchelf]>=1.12.4",
4950
"pre-commit>=4.3.0",
5051
"pytest>=8.4.2",
5152
"pytest-asyncio>=0.24.0",

0 commit comments

Comments
 (0)