Installation
============

Via `PyPI <https://pypi.org/project/tidytcells/>`_ (recommended)
----------------------------------------------------------------

:py:mod:`tidytcells` can be installed using ``pip``:

.. code-block:: bash

    $ pip install tidytcells

From `source <https://github.com/yutanagano/tidytcells>`_
---------------------------------------------------------

The source code for the package is available `on Github <https://github.com/yutanagano/tidytcells>`_.
To install from source, clone the git repository, and run:

.. code-block:: bash

    $ pip install .

from inside the project root directory.