diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-13 09:34:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-15 00:26:22 +0700 |
commit | 0aede26dd2d867cff115d66d2859da360c0ed503 (patch) | |
tree | 9d4a2c629fdae7a148067b49dfda1ace5ffd14a6 /python/docopt/README | |
parent | 58eabffc280ed3200cd0e4e339de15ec11cdc36d (diff) | |
download | slackbuilds-0aede26dd2d867cff115d66d2859da360c0ed503.tar.gz |
python/docopt: Added Python3 support and update README.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/docopt/README')
-rw-r--r-- | python/docopt/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/docopt/README b/python/docopt/README index de9ee4f9c6..349148631b 100644 --- a/python/docopt/README +++ b/python/docopt/README @@ -1,3 +1,5 @@ docopt helps you * define interface for your command-line app * automatically generate parser for it. + +Python3 is an optional dependency. |