Quick Install
Installation Options
- Standalone Usage
- Install as Package
For running example scripts in the TACT directoryUse this if you just want to run the provided examples or work within the TACT directory.
System Requirements
- Python 3.8 or higher
- pip (Python package manager)
- Git
- 500MB disk space
Dependencies
TACT requires standard scientific Python packages:- numpy
- pandas
- scikit-learn
- scipy
- matplotlib
pip install -r requirements.txt.

