开发者

How to setup amazon s3 module on ubuntu?

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开发者_StackOverflow中文版 mac os?)

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


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.


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
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜