5 lines
53 B
Makefile
5 lines
53 B
Makefile
|
init:
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
.PHONY: init
|