Skip to content

Installation

Tabbed is available on pypi and can be installed into a virtual environment with pip. If your new to python package installation and need help creating a virtual environment you'll want to check out python's builtin venv OR miniconda.

pip install tabbed

To get a development version of Tabbed from source start by cloning the repository

git clone git@github.com:mscaudill/tabbed.git

Go to the directory you just cloned and create an editable install with pip.

pip install -e .[dev]

Dependencies

Tabbed relies on clevercsv and Python >= 3.11. pip will fetch these dependencies for you automatically.