Installation#

Install tart from PyPI#

$ pip install tart-lib
$ tart init

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
$ poetry shell # activate virtual environment
$ git clone git@github.com:tart-proj/tart.git
$ cd tart
$ poetry install
$ tart init

Note

we are working on a single line command to simplify tart installation!!