diff --git a/Naveen.py b/Naveen.py new file mode 100644 index 000000000..7f09ddf11 --- /dev/null +++ b/Naveen.py @@ -0,0 +1,6 @@ +# Windows +py -3 -m venv .env +.env\scripts\activate +pip install -r requirements.txt +$env:FLASK_APP = "hello_app.webapp" +python -m flask run