Files
docs/Makefile
2026-01-19 17:37:23 +01:00

5 lines
106 B
Makefile

venv:
python3 -m venv --copies venv
. venv/bin/activate
python3 -m pip install black flake8 isort mypy