We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf71a6 commit 2ded7d4Copy full SHA for 2ded7d4
1 file changed
README.md
@@ -135,16 +135,11 @@ with virustotal_python.Virustotal("<VirusTotal API Key>") as vtotal:
135
136
### Unit Tests
137
138
-Install the development dependencies using Poetry:
139
-
140
-```bash
141
-poetry install && poetry shell
142
-```
143
144
To run the unit tests, run `pytest` from the root of the project:
145
146
```bash
147
-pytest --cov=virustotal_python
+uv sync --dev
+uv run pytest --cov=virustotal_python
148
```
149
150
### Publishing a new release
0 commit comments