mirror of
https://github.com/imgfloat/docs.git
synced 2026-02-04 20:09:25 +00:00
5 lines
106 B
Makefile
5 lines
106 B
Makefile
venv:
|
|
python3 -m venv --copies venv
|
|
. venv/bin/activate
|
|
python3 -m pip install black flake8 isort mypy
|