💾 Archived View for freeshell.de › tldr › pip3.gmi captured on 2023-11-04 at 12:46:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Python package manager.
pip3 search {package_name}
pip3 install {package_name}
pip3 install {package_name}=={package_version}
pip3 install --upgrade {package_name}
pip3 uninstall {package_name}
pip3 freeze > {requirements.txt}
pip3 install --requirement {requirements.txt}
pip3 show {package_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).