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
Abhinav Anand -
Ruxo Zheng -
Super Kai (Kazuya Ito) -
JetThoughts Dev -
Top comments (0)