Skip to content

Instantly share code, notes, and snippets.

@merevu
Created September 30, 2015 07:32
Show Gist options
  • Save merevu/d384eeff87125ba0050a to your computer and use it in GitHub Desktop.
Save merevu/d384eeff87125ba0050a to your computer and use it in GitHub Desktop.
install boto on centos
yum install python-devel gcc python-crypto
git clone https://github.com/boto/boto.git
cd boto
# for centOS 6.x
# pip install -r requirements-py26.txt
pip install -r requirements.txt
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment