This commit is contained in:
2020-03-10 06:44:28 -07:00
commit 3ae7b05b9b
15 changed files with 391 additions and 0 deletions

15
Makefile Normal file
View File

@@ -0,0 +1,15 @@
export PYTHONPATH =: $(PWD)
default: docker
peinstall:
pipenv install --python $(shell which python3)
serve:
pipenv run python ./bin/tvidd
clean:
rm -rf build dist tvid.egg-info
docker:
docker build --build-arg UBUNTU_MIRROR="http://ubuntu.datavi.be/ubuntu" .