Installation
TSM can be installed using several methods. Choose the one that best fits your needs.
Prerequisites
Before installing TSM, ensure you have:
- Docker installed and running
- Python 3.8 or higher (for pip installation)
- Basic understanding of Docker and Traefik concepts
Installation Methods
Using Homebrew (macOS/Linux)
brew install auser/tap/tsm
Using the Install Script
curl -LsSf https://raw.githubusercontent.com/auser/tsm/main/install.sh | sh
Using pip
pip install tsm
Post-Installation
After installation, you should:
-
Install dependencies:
tsm install-deps
-
Verify the installation:
tsm version
Next Steps
Once TSM is installed, proceed to the Quickstart guide to begin using TSM.