summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-03-25 16:19:15 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-03-25 16:19:15 -0700
commit9f396d8765750222b9953327e7ea4f211fbc3261 (patch)
treebd5e6420a71244bf8dbb152057ae79af829f1bdb
parent652b6ccc311fd5c5682e9889cec852a755f88819 (diff)
downloadpystache-9f396d8765750222b9953327e7ea4f211fbc3261.tar.gz
Added to README a suggestion on getting nosetests running with Python 2.4.
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7642a47..4a6e50b 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ Python 2.6.
Pystache is semantically versioned: http://semver.org.
-Logo: David Phillips - http://davidphillips.us/
+Logo: David Phillips - http://davidphillips.us/
Documentation
=============
@@ -67,6 +67,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
==================