Instale PIP en Raspberry Pi
sudo apt-get update
sudo apt-get install python-pip
Sleepy Sable
sudo apt-get update
sudo apt-get install python-pip
#Do this first
sudo apt-get update
#Python 2
sudo apt-get install python-pip
#Python 3
sudo apt-get install python3-pip
easy_install pi