GRA python package for Graph-Rewriting Automata.
For detailed information on the project, please checkout this page.
On your terminal, run the following commands.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
To deactivate the virtual environment, simply run :
deactivate