You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 527 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # dora-mediapipe
  2. ## Getting started
  3. - Install it with uv:
  4. ```bash
  5. uv venv -p 3.11 --seed
  6. uv pip install -e .
  7. ```
  8. ## Contribution Guide
  9. - Format with [ruff](https://docs.astral.sh/ruff/):
  10. ```bash
  11. uv pip install ruff
  12. uv run ruff check . --fix
  13. ```
  14. - Lint with ruff:
  15. ```bash
  16. uv run ruff check .
  17. ```
  18. - Test with [pytest](https://github.com/pytest-dev/pytest)
  19. ```bash
  20. uv pip install pytest
  21. uv run pytest . # Test
  22. ```
  23. ## YAML Specification
  24. ## Examples
  25. ## License
  26. dora-mediapipe's code are released under the MIT License