From 4679aad4880fb26756788dd11ea6571384d5d351 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 12 Oct 2022 11:48:08 +0200 Subject: [PATCH] 'README.md' updaten --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cffab1..d4ce707 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ class Config(object): `make run` (runs the Flask application) -Open the application at . +Open the application at port `5001`, for example: or . ### Dependencies @@ -121,6 +121,8 @@ To install them, you can run: `make setup` +This creates a virtual environment at `.venv/` and installs all the dependencies here. + ### Other configurations on the server * Configure the webserver to listen to the port of the flask application, for example with a subdomain