From eec699b4eac5acf65848d8c46fe572b3d89a1ff4 Mon Sep 17 00:00:00 2001 From: Chathura Gunasekara <61589293+PRO-GUNE@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:13:28 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fd63d8..7c45cc9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,8 @@ To use the project you need to have Python version above or equal to 3.9.6 insta 1. Clone the project `git clone ` -2. Open the cloned project folder in the terminal. Move to the `src` directory and create a virtual environment and install the required dependencies - `cd ./src - python -m venv . +2. Open the cloned project folder in the terminal. Create a virtual environment and install the required dependencies + `python -m venv . pip install -r requirements.txt` 3. Run the main python file `python functions.py`