4 lines
130 B
Makefile
4 lines
130 B
Makefile
|
install:
|
||
|
@echo "Installing..."
|
||
|
@python3 -m pip install -r requirements.txt --break-system-packages
|
||
|
@sudo ./tools/llaves.py link
|