Installation

Install with pipx

We recommend using pipx to install this package.
Pipx is specifically designed to install Python command-line applications. It and manages applications in isolated python environments, keeping your global Python environment clean and avoiding dependency conflicts.

$ pipx install better-timetagger-cli

Update with pipx

To update to the latest version, run:

$ pipx upgrade better-timetagger-cli

Verify Installation

After installation, you can verify that the command-line tool is available by checking its version:

$ t --version
# (Better) TimeTagger CLI, version ...