Installation#
Via PyPI (recommended)#
tidytcells can be installed using pip:
$ pip install tidytcells
From source#
The source code for the package is available on Github. To install from source, clone the git repository, and run:
$ pip install .
from inside the project root directory.