I have Python installed in Windows and used pip
to install lots of things.
How can I know what packages I installed with pip
?
To do so, we can use the pip list -o or pip list --outdated command, which returns a list of packages with the version currently installed and the latest available. On the other hand, to list out all the packages that are up to date, we can use the pip list -u or pip list --uptodate command.
pip --help pip list --help pip show --help etc. Show activity on this post. should give you the creation time of a file, i.e. date of when the package has been installed or updated.
pip is a standard package manager used to install and maintain packages for Python. The Python standard library comes with a collection of built-in functions and built-in packages.
pip list
will list all your installed packages.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With