Steps:
Checking for new package versions:
$ pip list --outdated
Updating packages:
$ pip install -U package
Saving changes to requirements.txt:
$ pip freeze > requirements.txt
Thank you. <3
Steps:
Checking for new package versions:
$ pip list --outdated
Updating packages:
$ pip install -U package
Saving changes to requirements.txt:
$ pip freeze > requirements.txt
Thank you. <3
For further actions, you may consider blocking this person and/or reporting abuse
Bas Steins -
Christian Ledermann -
andreykh -
Trix Cyrus -
Top comments (0)