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`.