from msilib.schema import Environment from urllib.request import BaseHandler
import app
ThriftSHop Nepal
-
Create virtual Environment
python3.7 -m venv env
-
Activate
venv
source env/bin/activate
-
install python dependencies
pip install -r requirements.txt
- Run app
flask run