Add a makefile to express python dependencies since pipenv doesn't like tensorflow
[?]
Jun 12, 2021, 1:00 PM
QBDHX7BHK4TI5R4MC3S42UCXBTSJJRULHSMOVME3V643X7ABAC2QCDependencies
- [2]
SXR7KEVOInitial commit
Change contents
- file addition: Makefile[2.13]
venv:virtualenv venvsetup: venvenv PATH=$(PWD)/venv/bin:$(PATH) pip install --upgrade pipenv PATH=$(PWD)/venv/bin:$(PATH) pip install tensorflow