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 -``` - ----