Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
h33tlit committed Mar 6, 2022
2 parents a875491 + a8bf007 commit 7c36f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
Expand Down

0 comments on commit 7c36f76

Please sign in to comment.