Skip to content

Commit

Permalink
Merge pull request #48 from candeira/pythonversions
Browse files Browse the repository at this point in the history
document python versions it runs on
  • Loading branch information
garbados committed Oct 22, 2014
2 parents e4d17e2 + 56b3482 commit e26dcff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ Cloudant-Python

|Build Status| |Coverage Status| |PyPi version| |PyPi downloads|

An effortless Cloudant / CouchDB interface for Python.
An effortless Cloudant / CouchDB interface for Python 2.7 and 3.2+.

Install
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/site/index.html
Expand Up @@ -42,7 +42,7 @@ <h2>Install</h2>
<pre><code>pip install cloudant
</code></pre>
<h2>Usage</h2>
<p>Cloudant-Python is a wrapper around Python <a href="http://www.python-requests.org/en/latest/">Requests</a> for interacting with CouchDB or Cloudant instances. Check it out:</p>
<p>Cloudant-Python is a wrapper around Python <a href="http://www.python-requests.org/en/latest/">Requests</a> for interacting with CouchDB or Cloudant instances. It runs on Python 2.7 and 3.2+. Check it out:</p>
<pre><code class="python">import cloudant

# connect to your account
Expand Down

0 comments on commit e26dcff

Please sign in to comment.