-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Marc-Olivier Buob edited this page Jun 27, 2019
·
6 revisions
sudo apt-get update
sudo apt-get install git graphviz python3 python3-notebook python3-numpy python3-pytest
- Install anaconda python3
- Install cygwin (and git inside), or directly a git client for windows.
From you shell (cygwin / Git bash if you are under Windows)
mkdir ~/git
cd ~/git
git clone https://github.com/nokia/regexp-learner
cd ~/git/regexp-learner
sudo python3 ./setup.py install
- Check if you can import ̀lstar ̀ from your Python3 interpreter.
python3
>>> import lstar
- Go to
regexp-learner/tests
directory and run:
pytest-3