Skip to content

Commit 2ded7d4

Browse files
committed
[skip ci]docs(refactor): steps using uv
1 parent faf71a6 commit 2ded7d4

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,11 @@ with virustotal_python.Virustotal("<VirusTotal API Key>") as vtotal:
135135

136136
### Unit Tests
137137

138-
Install the development dependencies using Poetry:
139-
140-
```bash
141-
poetry install && poetry shell
142-
```
143-
144138
To run the unit tests, run `pytest` from the root of the project:
145139

146140
```bash
147-
pytest --cov=virustotal_python
141+
uv sync --dev
142+
uv run pytest --cov=virustotal_python
148143
```
149144

150145
### Publishing a new release

0 commit comments

Comments
 (0)