Skip to content
Marc-Olivier Buob edited this page Mar 27, 2023 · 6 revisions

Check installation

  1. Run your Python3 interpreter.
python3
  1. Import the package
>>> import regexp_learner

If it fails, please follow the installation steps

Run the tests

The regexp_learner module comes with a test suite that you can run as follows:

cd regexp-learner/
tox -e py
Clone this wiki locally