| Index: third_party/boto/README.rst
|
| ===================================================================
|
| --- third_party/boto/README.rst (revision 33376)
|
| +++ third_party/boto/README.rst (working copy)
|
| @@ -1,15 +1,15 @@
|
| ####
|
| boto
|
| ####
|
| -boto 2.22.1
|
| +boto 2.30.0
|
|
|
| -Released: 6-January-2014
|
| +Released: 1-Jul-2014
|
|
|
| .. image:: https://travis-ci.org/boto/boto.png?branch=develop
|
| :target: https://travis-ci.org/boto/boto
|
|
|
| .. image:: https://pypip.in/d/boto/badge.png
|
| - :target: https://crate.io/packages/boto/
|
| + :target: https://pypi.python.org/pypi/boto/
|
|
|
| ************
|
| Introduction
|
| @@ -60,7 +60,7 @@
|
|
|
| * Monitoring
|
|
|
| - * Amazon CloudWatch
|
| + * Amazon CloudWatch (EC2 Only)
|
|
|
| * Networking
|
|
|
| @@ -108,15 +108,15 @@
|
|
|
| ::
|
|
|
| - $ pip install boto
|
| + $ pip install boto
|
|
|
| Install from source:
|
|
|
| ::
|
|
|
| - $ git clone git://github.com/boto/boto.git
|
| - $ cd boto
|
| - $ python setup.py install
|
| + $ git clone git://github.com/boto/boto.git
|
| + $ cd boto
|
| + $ python setup.py install
|
|
|
| **********
|
| ChangeLogs
|
|
|