From ccb4d64cde653b4861acc1029ee1be95feb87a4c Mon Sep 17 00:00:00 2001 From: bton Date: Thu, 22 Feb 2024 00:04:59 +0100 Subject: [PATCH] Updated README --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index b3e92b0..e86ae96 100644 --- a/README +++ b/README @@ -5,8 +5,6 @@ How to get started: source venv/bin/activate install requiremens: pip install -r requirements.txt - create the log folder: - mkdir logs start the program: venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app You can now accses the Website on http://127.0.0.1:5000