From 67854b3ebda0ff348659b2f1a92f009b9bd0dd17 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Nov 2023 16:18:28 +0000 Subject: [PATCH] Reqs2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5930f72..121fa388 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 /application/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`.