coretk - updated pipfile to install as editable, added convenient run script, updated images to load assuming local path

This commit is contained in:
Blake Harnden 2019-09-18 11:20:22 -07:00
parent 00a37cbb6f
commit 8682f01fdc
5 changed files with 28 additions and 7 deletions

View file

@ -3,10 +3,13 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[scripts]
coretk = "python coretk/app.py"
[dev-packages]
flake8 = "*"
isort = "*"
black = "==19.3b0"
[packages]
pillow = "*"
coretk = {editable = true,path = "."}