Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 438 Bytes

Flask Server

Python

  • This project uses python 3.6.6

Environment

  • This project was built using Miniconda. The environment.yml file has been provided to provision an exact environment if needed.

    conda env create -f environment.yml
  • If you decide to use another tool over Conda the requirements.txt has also been provided to install the needed dependencies.

    pip install -r requirements.txt