Skip to content
Environment setupPython Tooling

pip install

pip installpip uninstall

Manage project dependencies inside the active environment.

Command
pip install -r requirements.txt

Example usage

Install multiple dependencies or remove packages cleanly.

pip install -r requirements.txt
pip uninstall <package>

Related tags

Environment setuppip uninstallpythonvenvpip