6 lines
78 B
Makefile
6 lines
78 B
Makefile
all: _venv
|
|
|
|
_venv:
|
|
virtualenv _venv
|
|
./_venv/bin/pip install -r packages.txt
|