How to use pip (Install, update, uninstall packages, show, list, freeze, requirements.txt) from basic to advance
pip is the package installer for Python. It is used to install, update, and uninstall various Python packages (libraries). This article describes the most basic operations of pip.