pip
Python package manager.
Some subcommands such as pip install have their own usage documentation.
More information: https://pip.pypa.io.
- Install a package (see
pip installfor more install examples):pip install {{package_name}} - Install a package to the user's directory instead of the system-wide default location:
pip install --user {{package}} - Upgrade a package:
pip install --upgrade {{package_name}} - Uninstall a package:
pip uninstall {{package_name}} - Save installed packages to file:
pip freeze > {{requirements.txt}} - Show installed package info:
pip show {{package_name}} - Install packages from a file:
pip install --requirement {{requirements.txt}}
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.