From b832dfc38cae12941deeb2478c53b28ac1727e3b Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 8 May 2024 13:30:30 +0200 Subject: [PATCH] Update python --- cmd/python | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/python b/cmd/python index caa5be2..58f6b5d 100644 --- a/cmd/python +++ b/cmd/python @@ -14,3 +14,5 @@ echo '{ "venvPath": ".", "venv": ".venv"}' >pyrightconfig.json * to quit the venv: `deactivate` +* generate requirements.txt +pip3 freeze > requirements.txt