Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 358 Bytes

CONTRIBUTING.MD

File metadata and controls

24 lines (17 loc) · 358 Bytes

Contributing

  1. Create a Python virtual environment

  2. Install the identity package in editable mode:

    pip install -r requirements.txt
  3. Run the tests:

    python -m pytest
  4. Make the docs:

    pip install -r docs/requirements.txt
    python -m mkdocs build
    cd docs
    make html