From aae5ba4831ba20d4083a90011fb0fa4583cc3e45 Mon Sep 17 00:00:00 2001 From: Aashutosh Kattel <90999891+aashu-kattel@users.noreply.github.com> Date: Tue, 7 May 2024 08:54:21 +0545 Subject: [PATCH] Requirements installation command Added command to install requirements before running the script. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f2d5265..9530801 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ scode cscode pref reason ## Command +Requirements Installation: + +```bash +pip install -r requirements.txt +``` + To run `school_center.py` use the command below: ```bash