Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 337 Bytes

File metadata and controls

25 lines (19 loc) · 337 Bytes

Installation

Use the package manager pip to install the required dependencies

Windows:
pip install -r requirements.txt 
macOS/Linux:
pip3 install -r requirements.txt

Usage

Windows:
python app.py
macOS/Linux:
python3 app.py