Installation
This guide covers how to install the tfmate package and its dependencies.
Prerequisites
Before installing tfmate, ensure you have:
Installation Methods
From PyPI with pip
pip install tfmate
From PyPI with uv
sh -c "$(curl -fsSL https://astral.sh/uv/install)"
uv tool install tfmate
# Ensure you have ./local/bin in your PATH, since that's where uv puts the
# executable
tfmate --help
From Source
If you want to install from the latest development version:
git clone https://github.com/cmalek/tfmate.git
sh -c "$(curl -fsSL https://astral.sh/uv/install)"
cd tfmate
uv tool install .
Verification
After installation, verify that tfmate is properly installed:
tfmate --help
Configuration
After installation, you may want to configure tfmate for your specific
environment. See Configuration: Command Line Tool for detailed configuration options.
Getting Help
If you encounter issues during installation:
Check the GitHub issues
Review the troubleshooting section above
Ensure your Python environment meets the prerequisites
Try installing in a virtual environment to isolate dependencies