Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Awambeng committed Nov 5, 2023
1 parent 2e043c5 commit da68133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ app.py which is the application itself.
create a folder then move inside
use the command python3 -m venv venv to create a virtual environment
use the command source venv/bin/activate to activate the virtual environment
type the command pip install requirements.txt to install all libraries and dependencies
type the command pip install -r requirements.txt to install all libraries and dependencies

# Procedure to run the app
type the command gunicorn wsgi:app to run the app on the gunicorn server
access the running app on your browser at 127.0.0.1:8000
access the running app on your browser at 127.0.0.1:8000

0 comments on commit da68133

Please sign in to comment.