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. .. code-block:: bash $ pipx install better-timetagger-cli Update with pipx ---------------- To update to the latest version, run: .. code-block:: bash $ pipx upgrade better-timetagger-cli Verify Installation ------------------- After installation, you can verify that the command-line tool is available by checking its version: .. code-block:: bash $ t --version # (Better) TimeTagger CLI, version ...