Skip to content

Commit

Permalink
server practice
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Dec 3, 2024
1 parent 7673610 commit 21ae0df
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 @@ -142,7 +142,7 @@ pip3 install -r requirements.txt

#### Development server

To run the app locally in development mode:
To run the app locally in development mode using Flask's built-in development web server:

- define two environment variables from the command line:
- on Mac, use the commands: `export FLASK_APP=app.py` and `export FLASK_ENV=development`.
Expand Down

0 comments on commit 21ae0df

Please sign in to comment.