Just an old student project
A language for music lovers
What follows is the recommended installation method.
-
Install Python3, pip and virtualenv using your preferred method. Just make sure you install a recent version.
-
Create an environment inside the project directory:
$ virtualenv venv
-
Now activate it:
$ source venv/bin/activate
-
And install our requirements:
$ pip install -r requirements.txt
Just run the desired test using unittest (after you activate your venv!).
Example:
$ source venv/bin/activate # if you still haven't done it
$ python -m unittest lexer_parser_test.py