nehulagrawal commited on
Commit
a40a3e2
1 Parent(s): 7aeb5b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -87,7 +87,9 @@ Users should be informed about the model's limitations and potential biases. Fur
87
  To get started with the YOLOv8s object Detection and Classification model, follow these steps:
88
 
89
 
90
-
 
 
91
 
92
  - Load model and perform prediction:
93
 
 
87
  To get started with the YOLOv8s object Detection and Classification model, follow these steps:
88
 
89
 
90
+ ```bash
91
+ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
92
+ ```
93
 
94
  - Load model and perform prediction:
95