Skip to content

Commit

Permalink
reqs cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 17, 2023
1 parent 5925aa5 commit 0c21dbc
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 @@ -147,7 +147,7 @@ python -m venv venv
3. Change to the `application/` subdir by the command `cd application/` and install dependencies for the backend:

```commandline
pip install -r requirements.txt
pip install -r /application/requirements.txt
```

4. Run the app using `flask --app application/app.py run --host=0.0.0.0 --port=7091`.
Expand Down

0 comments on commit 0c21dbc

Please sign in to comment.