summaryrefslogtreecommitdiffstats
path: root/python/docopt/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-03-13 08:34:37 +0100
committer Willy Sudiarto Raharjo2016-03-14 18:26:22 +0100
commit0aede26dd2d867cff115d66d2859da360c0ed503 (patch)
tree9d4a2c629fdae7a148067b49dfda1ace5ffd14a6 /python/docopt/README
parent58eabffc280ed3200cd0e4e339de15ec11cdc36d (diff)
downloadslackbuilds-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/README2
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.