mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-29 18:59:57 +00:00
Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|||||||
Reference in New Issue
Block a user