Skip to main content
tsim requires Python 3.10 or later. We recommend using uv for dependency management.
For GPU acceleration with CUDA:

Using pip

For GPU acceleration with CUDA:

Development setup

If you’re contributing to tsim, clone the repository and install development dependencies:
Install pre-commit hooks to run linting checks automatically:
This will run formatters and linters (black, isort, ruff, pyright) before each commit.