summaryrefslogtreecommitdiffstats
path: root/libraries/pyPEG2/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pyPEG2/README')
-rw-r--r--libraries/pyPEG2/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README
index 09f4d7d1ae..9963fa41bb 100644
--- a/libraries/pyPEG2/README
+++ b/libraries/pyPEG2/README
@@ -5,9 +5,8 @@ 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 pyPEG2 with python3 run the slackbuild with option
-PYTHON3=yes.
+NOTE: to build pyPEG2 without python3 run the slackbuild with option
+PYTHON3=no.
+ # PYTHON3=no ./pyPEG2.SlackBuild
- # PYTHON3=yes ./pyPEG2.SlackBuild
-
-NOTE2: In this case 'lxml' need to be build with Python3 bindings.
+git: https://gitea.pep.foundation/fdik/pypeg2