diff options
Diffstat (limited to 'libraries/pyPEG2/README')
-rw-r--r-- | libraries/pyPEG2/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README index 532846343a23b..9963fa41bbda7 100644 --- a/libraries/pyPEG2/README +++ b/libraries/pyPEG2/README @@ -5,7 +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. - # PYTHON3=yes ./pyPEG2.SlackBuild +NOTE: to build pyPEG2 without python3 run the slackbuild with option +PYTHON3=no. + # PYTHON3=no ./pyPEG2.SlackBuild +git: https://gitea.pep.foundation/fdik/pypeg2 |