added instructions for installing pisa test-jackson-ram
authorKarthik Ram <karthik.ram@gmail.com>
Fri, 13 Sep 2013 09:37:54 +0000 (10:37 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 03:52:51 +0000 (19:52 -0800)
testing/README.md

index 865795ffde65f38657f48681130d7f8d1ea054d4..34df592b7f9a1f47dd727b7770407d45e2f0ae9a 100644 (file)
@@ -478,6 +478,19 @@ run test_morse.py
 ## Additional test driven development example
 *Please try this on your own time*
 
+If you don't have the `pisa` module, download it with:
+
+```
+pip install pisa
+```
+
+or
+
+```
+easy_install pisa
+```
+
+
 Say you want to write a fib() function which generates values of the
 Fibonacci sequence of given indexes. You would - of course - start by
 writing the test, possibly testing a single value: