Contributing Create a Python virtual environment Install the identity package in editable mode: pip install -r requirements.txt Run the tests: python -m pytest Make the docs: pip install -r docs/requirements.txt python -m mkdocs build cd docs make html