Command
pip listExplanation
View all installed Python packages and their versions.
Examples
List all packages
pip listList outdated packages
pip list --outdatedGenerate requirements file
pip freeze > requirements.txtpip listView all installed Python packages and their versions.
List all packages
pip listList outdated packages
pip list --outdatedGenerate requirements file
pip freeze > requirements.txt