Installation ============ Install with pipx ----------------- We recommend using `pipx `_ to install this package. |br| 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. .. 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 ...