Update python

This commit is contained in:
Sander Hautvast 2024-05-08 13:30:44 +02:00 committed by GitHub
parent b832dfc38c
commit 05d7df1bee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,4 +15,6 @@ echo '{ "venvPath": ".", "venv": ".venv"}' >pyrightconfig.json
* to quit the venv: `deactivate`
* generate requirements.txt
```bash
pip3 freeze > requirements.txt
```