From: Steven Tobin Date: Sat, 2 Jun 2012 09:59:14 +0000 (+0100) Subject: Changed README to reflect Python3 compatibility X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=68d7934bcb768d71e865f216705ccd7f1602eb79;p=redacted-XKCD-password-generator.git Changed README to reflect Python3 compatibility --- diff --git a/README.mkd b/README.mkd index 7327902..0983aac 100644 --- a/README.mkd +++ b/README.mkd @@ -6,6 +6,6 @@ For more memorable words, try `2of12.txt` or `3esl.txt` (both included here for **Configuration:** Run `xkcd-password.py -h` to see usage and configuration details. -**Requirements:** Python 2.4+ +**Requirements:** Python 2.4+ (Python 3 compatible) Licensed under the BSD license.