Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

add a required command in README.md in the getting started section #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Use this repository to get up and running on FL0 with the following stack:
Clone this repo and run the following commands from the project root:

1. `pip install -r requirements.txt`
2. `export FLASK_APP=server` on Unix `set FLASK_APP=server` on windows.
2. `flask run`
3. Visit http://127.0.0.1:5000 to see your app running

Expand Down