Installation ============ The package is published on a private package index. Install it with pip or uv. .. code-block:: bash pip install --extra-index-url=https://pypi.acmad.cloud.edu.au/ acmadauth If you are using `uv `_, you can use the following command to add the package to your current project: .. code-block:: bash uv add acmadauth --extra-index-url=https://pypi.acmad.cloud.edu.au/ or the following command to install it in the current virtual environment: .. code-block:: bash uv pip install acmadauth --extra-index-url=https://pypi.acmad.cloud.edu.au/ Python 3.12+ is required.