Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Update python packages and requirements.txtNew to Visual Studio Code? Get it now.
Update python packages and requirements.txt

Update python packages and requirements.txt

Nizami

|
11,058 installs
| (0) | Free
Update python packages and requirements.txt
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Update python packages and requirements.txt

GitHub Repo stars Visual Studio Marketplace

This extension just up to date all your python packages and requirements.txt file by calling only command in a new terminal or an existing one.

Press cmd+shift+p in mac or ctrl+shift+p in windows or linux and start typing update python ...

screenshot

Following script will run:

for i in $(pip list -o | awk 'NR > 2 {print $1}'); do pip install -U $i; done && pip freeze > requirements.txt
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft