[Python] Checking and updating new versions of pip packages and requirements.txt update

YURII DE. - Jul 9 '23 - - Dev Community

Steps:

  1. Checking for new package versions:
    $ pip list --outdated

  2. Updating packages:
    $ pip install -U package

  3. Saving changes to requirements.txt:
    $ pip freeze > requirements.txt

Thank you. <3

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player