Add a makefile to express python dependencies since pipenv doesn't like tensorflow

[?]
Jun 12, 2021, 1:00 PM
QBDHX7BHK4TI5R4MC3S42UCXBTSJJRULHSMOVME3V643X7ABAC2QC

Dependencies

Change contents

  • file addition: Makefile (----------)
    [2.13]
    venv:
    virtualenv venv
    setup: venv
    env PATH=$(PWD)/venv/bin:$(PATH) pip install --upgrade pip
    env PATH=$(PWD)/venv/bin:$(PATH) pip install tensorflow