From 0c21dbc7c887329b9c8f50c6e2517b692baf8b99 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Nov 2023 16:18:22 +0000 Subject: [PATCH] reqs cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01af9c62..d5930f72 100644 --- a/README.md +++ b/README.md @@ -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`.