Environment setupPython Tooling
pip install
pip install
pip 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