You will need poetry. After navigating to this directory, run the following:
poetry install
It will install dependencies as defined in pyproject.toml
.
poetry build
poetry run python src/brightness_controller_linux/init.py
poetry run pytest
You will need poetry. After navigating to this directory, run the following:
poetry install
It will install dependencies as defined in pyproject.toml
.
poetry build
poetry run python src/brightness_controller_linux/init.py
poetry run pytest