From: W. Trevor King Date: Tue, 5 Feb 2013 20:11:44 +0000 (-0500) Subject: README: Mention Python 3.3 dependency X-Git-Tag: v0.1~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61f9fbeb5c8509644b5bc3dce2535029baa3c0a6;p=quizzer.git README: Mention Python 3.3 dependency --- diff --git a/README b/README index c2f4264..a204f4c 100644 --- a/README +++ b/README @@ -3,3 +3,5 @@ Break learning up into small task-based tests for focused study. Tests can be defined with prerequites so a student wishing to learn a higher level task, but out of their depth with the task itself, can easily go back through the basics. + +Quizzer requires Python ≥ 3.3.