Skip to content

Commit 6330b54

Browse files
committed
fix: fix dependencies
1 parent a76d51f commit 6330b54

File tree

3 files changed

+544
-108
lines changed

3 files changed

+544
-108
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ poetry run pytest
182182
poetry run poe format
183183
```
184184

185+
If you are on windows and have multiple python versions, you can use the following commands:
186+
187+
```bash
188+
py -0p # list all python versions
189+
190+
py -3.12 -m venv .venv
191+
```
192+
185193
## License
186194

187195
MIT License - see [LICENSE](LICENSE.md) for details.

0 commit comments

Comments
 (0)