From a8bf007eb6545c0d51467e8ec57e0f1a533343c6 Mon Sep 17 00:00:00 2001 From: Jubaer Alnazi <97327489+h33tlit@users.noreply.github.com> Date: Sun, 6 Mar 2022 18:06:49 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc41e68..2668cd3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Required: Python-3.8.5, Flask 1. Install flask ``` pip install Flask ``` 2. Install the requirements ```pip install -r requirements.txt``` -3. Now set the environment variables ```export FLASK_APP=wsgi.py``` and ```export FLASK_ENV=debug``` +3. Now set the environment variables ```export FLASK_APP=wsgi.py``` 4. Now you can just run the application ```flask run``` [Note]: Make sure you verify that flask is installed ```flask --version```