Created
August 27, 2014 07:14
-
-
Save overengineered/146dc95e21e17d263e37 to your computer and use it in GitHub Desktop.
Install pip on Raspberry PI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -O http://python-distribute.org/distribute_setup.py | |
python distribute_setup.py | |
curl -O https://bootstrap.pypa.io/get-pip.py | |
python get-pip.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment