What is the difference between pip install and pip download?

Viewed 4827

What is the difference between pip install and pip download?

$ pip --version
pip 9.0.1 from c:\users\nahawk\python\python27\lib\site-packages (python 2.7)

I did a diff on the help for the 2 commands and it wasn't very helpful. Unfortunately, the options are listed in a little different order, which makes them look more different that they actually are.

pip help download
pip help install
1 Answers
Related