Skip to content

Commit 4a2714d

Browse files
docs: readme saying that we use poetry install
1 parent ff62094 commit 4a2714d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ The project uses pytest with custom markers to categorize tests. Test dependenci
6666

6767
```bash
6868
# Install development dependencies (includes pytest and pytest-mock)
69-
pip install -e ".[dev]"
70-
# or if using poetry: poetry install
69+
poetry install
7170

7271
# Run unit tests (fast, excludes tests marked as slow)
7372
pytest -v -m "not slow" tests/

0 commit comments

Comments
 (0)