glenn-jocher
commited on
Commit
•
937b9db
1
Parent(s):
eb99dff
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ This repository represents Ultralytics open-source research into future object d
|
|
36 |
|
37 |
## Requirements
|
38 |
|
39 |
-
Python 3.
|
40 |
```bash
|
41 |
$ pip install -U -r requirements.txt
|
42 |
```
|
|
|
36 |
|
37 |
## Requirements
|
38 |
|
39 |
+
Python 3.8 or later with all `requirements.txt` dependencies installed, including `torch>=1.6`. To install run:
|
40 |
```bash
|
41 |
$ pip install -U -r requirements.txt
|
42 |
```
|