Installing AIMBAT
AIMBAT is available on PyPI and can be installed with any standard
Python package manager. We recommend uv or pipx, which
isolate the installation from the rest of your Python environment.
Running without installing
uv can run AIMBAT directly without a permanent installation:
The first run downloads AIMBAT and its dependencies; subsequent runs use the cache and start immediately.
Running the development version
To clear the cache afterwards:
Installing permanently
Tip
If your shell cannot find the aimbat command, add ~/.local/bin to your
PATH by running uv tool update-shell.
Upgrade or uninstall with: