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.
To get a development version of Tabbed
from source start by cloning the
repository
Go to the directory you just cloned and create an editable install with pip.
Dependencies
Tabbed relies on clevercsv and
Python >= 3.11. pip
will fetch these dependencies for you automatically.