@@ -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
The note is not visible to the blocked user.