From 65c0a1785ed1d40d600039fbab133cf7f975ee51 Mon Sep 17 00:00:00 2001 From: heartofbedrock <113060053+heartofbedrock@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:28:11 +0200 Subject: [PATCH] Update README.md Added the extensions .txt to the requirements.txt files. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c62e2d..71aad1d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The installation of Client Application Server and Websocket is similar as both a 1) Client Application Server -a) Install all the required python library using ‘pip install -r requirements’ +a) Install all the required python library using ‘pip install -r requirements.txt’ b) To test the client application locally, we used the command ‘python manage.py runserver’ @@ -18,7 +18,7 @@ folder using ‘python manage.py collectstatic’ and run ‘gcloud app deploy 2) Websocket Server -a) Install all the required python library using ‘pip install -r requirements’ +a) Install all the required python library using ‘pip install -r requirements.txt’ b) To test the websocket locally, we used the command, ‘gunicorn -b 127.0.0.1:8001 -k flask_sockets.worker main:app’.