summaryrefslogtreecommitdiffstats
path: root/libraries/pyPEG2/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-04-19 03:57:49 +0200
committer Willy Sudiarto Raharjo2018-04-19 03:57:49 +0200
commitc68f7793cdbae7a0c318787cf130a12453982d55 (patch)
treee56e35bf8b305e04d55479901c162942275c233a /libraries/pyPEG2/README
parent7d717f7c0a11d7c395de0a1928120a707aa87814 (diff)
downloadslackbuilds-c68f7793cdbae7a0c318787cf130a12453982d55.tar.gz
libraries/pyPEG2: Update SlackBuild and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyPEG2/README')
-rw-r--r--libraries/pyPEG2/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README
index baf2045383..09f4d7d1ae 100644
--- a/libraries/pyPEG2/README
+++ b/libraries/pyPEG2/README
@@ -5,7 +5,9 @@ for Python version 2.7 and 3.x. It is based on Parsing Expression
Grammar (PEG). With pyPEG you can parse many formal languages in a
very easy way.
-NOTE: to build mutagen with python3 run the slackbuild with option
+NOTE: to build pyPEG2 with python3 run the slackbuild with option
PYTHON3=yes.
# PYTHON3=yes ./pyPEG2.SlackBuild
+
+NOTE2: In this case 'lxml' need to be build with Python3 bindings.