Installation#
PyPI#
pyticktick is available on PyPI.
It can be installed with pip:
pip install pyticktick
It can be installed with uv:
uv add pyticktick
Or you can install it with any other package manager that supports PyPI.
GitHub#
Certain package managers also support installation from GitHub. You can install pyticktick from GitHub with pip:
pip install git+https://github.com/sebpretzer/pyticktick.git@main
Or with uv:
uv add "pyticktick @ git+https://github.com/sebpretzer/pyticktick"