We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev
CONTRIBUTING.md
1 parent 671939d commit ca48144Copy full SHA for ca48144
CONTRIBUTING.md
@@ -19,9 +19,11 @@ We use [`uv`](https://github.com/astral-sh/uv) for our local development.
19
If you prefer to use `pip` for installing the package in development mode, you can do so by running:
20
21
```bash
22
-pip install -e .
+pip install -e ".[dev]"
23
```
24
25
+Where the `dev` extra includes development dependencies such as `pytest`.
26
+
27
## Running tests and other tooling
28
29
Use the following commands:
0 commit comments