Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Barnaby Gray committed Dec 14, 2010
1 parent ca8d551 commit 9b9b802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -50,9 +50,9 @@ Further documentation is available, e.g.:

Installation
------------
There is no need to install, but you will need python, the latest boto library (from git) and dnspython:
There is no need to install, but you will need python, the latest boto library (from my git branch) and dnspython:

$ git clone boto && cd boto && python setup.py install
$ git clone git://github.com/barnybug/boto && cd boto && python setup.py install
$ easy_install dnspython

You need to set your Amazon credentials in the environment as AWS_ACCESS_KEY_ID
Expand Down
1 change: 1 addition & 0 deletions cli53.py
Expand Up @@ -8,6 +8,7 @@
from cStringIO import StringIO

# needs patched boto from github: http://github.com/barnybug/boto
# git clone git://github.com/barnybug/boto
try:
import boto.route53, boto.jsonresponse
except ImportError:
Expand Down

0 comments on commit 9b9b802

Please sign in to comment.