summaryrefslogtreecommitdiff
path: root/priv/python/Makefile
blob: a9ed39ae4f8dee578297c5b3fe4e0c6f71e044b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: .env/done

.env/done:
	python3 -m venv .env
	.env/bin/pip3 install -r requirements.txt
	touch .env/done

upgrade:
	make clean all

clean:
	rm -rf .env

node:
	.env/bin/python3 pyerlai/node.py