5 lines
67 B
Makefile
5 lines
67 B
Makefile
.PHONY: install
|
|
|
|
install:
|
|
@pip install -r requirements.txt
|