Sakibrumu commited on
Commit
c9f5b8a
·
verified ·
1 Parent(s): 1f353b4

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +6 -3
setup.sh CHANGED
@@ -1,4 +1,7 @@
1
  #!/bin/bash
2
- git clone https://github.com/WongKinYiu/YOLOv10.git
3
- cd YOLOv10
4
- pip install -r requirements.txt # Install dependencies
 
 
 
 
1
  #!/bin/bash
2
+ # Clone YOLOv10 repository
3
+ git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
4
+
5
+ # Install dependencies
6
+ cd /YOLOv10
7
+ pip install -r requirements.txt