diff --git a/cmd/python b/cmd/python index 58f6b5d..dd4b3ab 100644 --- a/cmd/python +++ b/cmd/python @@ -15,4 +15,6 @@ echo '{ "venvPath": ".", "venv": ".venv"}' >pyrightconfig.json * to quit the venv: `deactivate` * generate requirements.txt +```bash pip3 freeze > requirements.txt +```