Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 350 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 350 Bytes

flask_samples

Installation

Create a virtual environment.

$ virtualenv venv

Activate the created environment.

$ ./venv/bin/activate

Run the following command to install pip packages.

$ pip install -r requirements.txt

Finally run the following command to starting application.

$ flask run