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