Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.16 KB

pip.md

File metadata and controls

43 lines (31 loc) · 1.16 KB

They use of pip to interact with the index (hosts the projects)

Objectives

  • Check for installation
  • Install pip
  • Update pip

Check Installation

There are two options for the command line input, depending on the version of the Python it is linked to, if at all.

pip --version
pip3 --version

If you get pip: command not found for either, then pip is not installed. If you get a pip version #, then it is connected that respective Python version (either 3 or 2).

Installation

Update pip

python -m pip install --upgrade pip

Common Projects

Tips

  • Keep up to date