Installation
Install with pipx
We recommend using pipx to install this package.
Pipx allows you to install and run Python applications in isolated environments, which is particularly useful for command-line tools like this one.
$ 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 ...