From c53c885953432e2db537bf42210b5438d8e28e1c Mon Sep 17 00:00:00 2001 From: Stef Date: Sat, 31 May 2025 10:17:37 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index fdb66c7..c704225 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,6 @@ Once the environment is activated, install the necessary packages by running: pip install -r requirements.txt ``` -### 4. Update outdated Packaged -To avoid errors the ultralytics packages needs to be manually updated: -```bash -pip install -U ultralytics ---- - ## Setting Up the Database ### 1. Initialize the Database @@ -62,15 +56,3 @@ To start the application, run: ```bash python app.py ``` - ---- - -# Development Commands - -### Updating `requirements.txt` -To update the `requirements.txt` with the currently installed packages, use the following command: -```bash -pip freeze > requirements.txt -``` - ----