Skip to content

Instantly share code, notes, and snippets.

@jamesvulling
Created August 8, 2012 03:50
Show Gist options
  • Save jamesvulling/3291896 to your computer and use it in GitHub Desktop.
Save jamesvulling/3291896 to your computer and use it in GitHub Desktop.
Installing Boto for managing AWS
curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
sudo python get-pip.py
sudo pip install -U boto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment