

(If you get a 'pip' is not recognized as an internal or external command, operable program or batch file. (This AskUbuntu question has more information.) You'll need to install it by opening a Terminal window and running sudo apt-get install python3-pip. On Ubuntu Linux, pip doesn't come with the pre-installed version of Python. On macOS and Linux, pip is for the older Python 2 version, so you need to open a Terminal window and run pip3 instead. On Windows, to install a module named module_name open a Command Prompt window and run: For a more detailed blog post on how pip works, see What Is Pip? A Guide for New Pythonistas


Pip is a package manager that installs third-party packages (such as PyAutoGUI, Matplotlib, or Pygame) from, the Python Package Index.
