Install

We expect pyotc to be pip-installable across all platforms.

Install for usage

From pypi

pip install pyotc TODO#26

From github

pip install https://github.com/jhineman/pyotc.git

Install for development

We test in venvs provided by uv via nox. It’s helpful, but not strictly necessary to do the same.

git clone https://github.com/jhineman/pyotc.git
cd pyotc
pip install -e .

uv workflow

Install the uv tool.

Then

git clone https://github.com/jhineman/pyotc.git
cd pyotc
uv sync