I have already download some packages,
but Terminal always search those packages on the net when i use the command
pip install package
for instance,
i want to install pygame (pygame-1.9.1-release………….dmg)which already in my mac and the path would be /Users/**/Downloads/
Install pygame:
$ pip install pygame
Terminal show the following message to me: Downloading/unpacking pygame-1.9.1 Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement pygame-1.9.1 Cleaning up... No distributions at all found for pygame-1.9.1 Storing complete log in /Users/Crayon_277/.pip/pip.log
So, does it really work only that way?