From e87735003970e6ae27968e69ca131254770d4537 Mon Sep 17 00:00:00 2001 From: Nabil Ould Hamou Date: Fri, 31 Jan 2025 23:25:52 +0100 Subject: [PATCH] Updated the README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 861fb01..5563301 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,11 @@ To run the projet you need the following requirements: ## Running the project 🚀 ```sh -python -m venv .venv -source .venv/bin/activate -pip install requirements.txt +$ python -m venv .venv +$ source .venv/bin/activate +$ pip install requirements.txt -python train.py # If you want to train your own model -python main.py +$ python main.py ``` ## Development 🔨