Skip to content

Commit

Permalink
Updated docs/README to reflect python 3 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Jun 19, 2013
1 parent ae6243d commit 65dd536
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -27,8 +27,10 @@ your models; it **Just Works**.
Requirements
------------

* Python 2.6+
* PIL 1.1.7 (Or `Pillow <http://pypi.python.org/pypi/Pillow>`_)
* Python 2.6+, 3.3+
* Pillow 2.0.0+
* Django 1.4.5+
* Six 1.3.0+

Installation
------------
Expand Down
6 changes: 4 additions & 2 deletions docs/guides/installation-and-setup.rst
Expand Up @@ -4,8 +4,10 @@ Installation and Setup
Requirements
------------

* Python 2.6+
* PIL 1.1.7 (Or `Pillow <http://pypi.python.org/pypi/Pillow>`_)
* Python 2.6+, 3.3+
* Pillow 2.0.0+
* Django 1.4.5+
* Six 1.3.0+

Installation
------------
Expand Down

0 comments on commit 65dd536

Please sign in to comment.