Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 309 Bytes

A demo project for using Python Flask

Installation

Create a new environment using Anaconda or Pip venv, then

$pip install -r requirements.txt

Dependencies

Dependencies are generated requirements.txt with pipreqs, see reference here

$pipreqs <file path>