$ git clone <this repo>
$ cd <this repo>
$ cd tyrell
$ mkdir venv
$ python3 -m venv venv
$ source venv/bin/activate
$ cd ..
dplyr
, tidyr
, and compare
pip
. This would automatically handles package dependencies. One of our dependency, z3-solver
, takes a long time to build. Please be patient.
$ python3 -m pip install --upgrade pip
$ pip install wheel sexpdata rpy2 compare
$ pip install -e ".[dev]"
$ python3 setup.py sdist # for package
$ 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