summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 7642a47..46b436d 100644
--- a/README.rst
+++ b/README.rst
@@ -10,12 +10,16 @@ framework-agnostic way to render logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."
-Pystache is a Python implementation of Mustache. Pystache requires
-Python 2.6.
+Pystache is a Python implementation of Mustache. Pystache works on--
+
+* Python 2.4
+* Python 2.5
+* Python 2.6
+* Python 2.7
Pystache is semantically versioned: http://semver.org.
-Logo: David Phillips - http://davidphillips.us/
+Logo: David Phillips - http://davidphillips.us/
Documentation
=============
@@ -67,6 +71,11 @@ nose_ works great! ::
cd pystache
nosetests
+Depending on your Python version and nose installation, you may need
+to type, for example ::
+
+ nosetests-2.4
+
Mailing List
==================