Installation#
Install tart from PyPI#
$ pip install tart-lib
Install tart from GitHub#
Note
We recommend using a virtual environment for installing tart. Particularly, we recommend using poetry for dependency management. However, you could also use your favorite package and virtual environment manager to install tart.
$ pip install poetry
$ # setup a virtual environment using poetry
$ git clone git@github.com:tart-proj/tart.git
$ cd tart
$ poetry install
$ poetry run sh setup.sh
$ poetry run pip install -r requirements-dev.txt
Note
we are working on a single line command to simplify tart installation!!