Skip to content

Commit f3beb55

Browse files
authored
docs: update README to remove dev dependencies section
Removed instructions for installing dev dependencies in README.
1 parent 6f45266 commit f3beb55

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,13 @@ The project uses Python 3.14 and the dependencies are managed with `uv` (ultra-f
109109
uv sync
110110
```
111111

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-
119112
## Testing
120113

121114
### Install test dependencies
122115

123116
With uv:
124117
```bash
125118
uv sync --extra test
126-
# Or
127-
uv pip install ".[test]"
128119
```
129120

130121
### Run tests

0 commit comments

Comments
 (0)