nehulagrawal commited on
Commit
392832f
·
1 Parent(s): 1880f64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ To get started with the YOLOv8s object Detection and Classification model, follo
91
  1. Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus) and [ultralytics](https://github.com/ultralytics/ultralytics) libraries using pip:
92
 
93
  ```bash
94
- pip install ultralyticsplus ultralytics
95
  ```
96
 
97
  2. Load the model and perform prediction using the provided code snippet.
 
91
  1. Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus) and [ultralytics](https://github.com/ultralytics/ultralytics) libraries using pip:
92
 
93
  ```bash
94
+ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
95
  ```
96
 
97
  2. Load the model and perform prediction using the provided code snippet.