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 🔨