PIP is a package manager. A package contains all the files you need for a library. With PIP you can install and uninstall libraries or get a list of installed packages from a command line.
Example (in windows): c:\Users\user_name\pip install -U requests
Example (in windows): c:\Users\user_name\pip list