1

I am looking at the readme and there isn't any instructions on how to install it locally on my ubuntu machine (curious, is it different on a mac os?)

http://github.com/boto/boto/blob/master/README

2 Answers 2

1

There is a package on pypi:

http://pypi.python.org/pypi/boto

Just install like any other python package using easy_install:

easy_install boto

Or download the package manually and run python setup.py install.

Sign up to request clarification or add additional context in comments.

Comments

0

Amazon's documentation should help. Here's the getting started guide for S3 and Python. It's in the cheese shop, so it's as easy as

sudo pip install -U boto

or

sudo easy_install boto

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.