Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 413 Bytes

linux.md

File metadata and controls

28 lines (19 loc) · 413 Bytes

Linux

Install poetry

python3 -m pip install poetry

Install the Python dependencies into a virtual environment managed by Poetry.

poetry install

Run kasatk

poetry run kasatk

Check code formatting and linting

This uses the flake8-black and flake8-isort plugins to also check black and isort with just one command.

poetry run flake8