Package installer for Python
PIP
Working PIP
Install a package from python package index
pypi.org
Install a package from GitHub
Install a package from a distribution file
Install multiple packages using a requirements file
Upgrade a package
Uninstall a package
install requests package
install pymongo
install package from wheel files
install package from tar files
Python advance