$ git clone <this repo>
$ cd Tyrell
$ mkdir venv
$ python3 -m venv venv
$ source venv/bin/activate
pip
. This would automatically handles package dependencies. One of our dependency, z3-solver
, takes a long time to build. Please be patient.
$ pip install -e ".[dev]"
$ parse-tyrell-spec example/toy.tyrell
$ python -m unittest discover .
$ python setup.py sdist
Tarball will be available at dist/tyrell-<version>.tar.gz
$ cd docs
$ make html
Documentations will be available at docs/_build/html/index.html
References