Update README.md

This commit is contained in:
2025-05-31 10:17:37 +02:00
parent 84a273c584
commit c53c885953

View File

@@ -21,12 +21,6 @@ Once the environment is activated, install the necessary packages by running:
pip install -r requirements.txt 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 ## Setting Up the Database
### 1. Initialize the Database ### 1. Initialize the Database
@@ -62,15 +56,3 @@ To start the application, run:
```bash ```bash
python app.py 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
```
---