Installation
Requirements
Python 3.12 or higher
Install from PyPI
pip install tacular
Install from source
git clone https://github.com/tacular-omics/tacular.git
cd tacular
pip install -e .
Using uv (recommended for development)
git clone https://github.com/tacular-omics/tacular.git
cd tacular
uv sync