We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f45266 commit f3beb55Copy full SHA for f3beb55
README.md
@@ -109,22 +109,13 @@ The project uses Python 3.14 and the dependencies are managed with `uv` (ultra-f
109
uv sync
110
```
111
112
-4. **Install dev dependencies**:
113
- ```bash
114
- uv sync --extra dev
115
- # Or using pip-like syntax
116
- uv pip install ".[dev]"
117
- ```
118
-
119
## Testing
120
121
### Install test dependencies
122
123
With uv:
124
```bash
125
uv sync --extra test
126
-# Or
127
-uv pip install ".[test]"
128
129
130
### Run tests
0 commit comments