watt42_common/README.md
2025-06-03 21:31:06 +02:00

23 lines
433 B
Markdown

# Watt42, Common Code
(TODO: describe purpose and scope)
# Documentation
See the [driver demo](https://gitea.uber5.com/Watt42-Public/driver-demo) for
how to use this package.
# Development
## Prerequisites
You need Python skills and
[Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer)
installed.
## Run Tests
- Install dependencies: `poetry install`
- Run tests with pytest: `poetry run pytest`