This commit is contained in:
Samuel Aubertin
2024-03-27 18:47:44 +01:00
commit 6508247858
4 changed files with 144 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: .venv/bin/activate
source .venv/bin/activate && pip install -r requirements.txt > /dev/null && ./skz-usbprep.py
.venv/bin/activate:
python -m venv --prompt SKZ-USBPREP .venv
clean:
rm -rf .venv