docs(readme): update wheel install URL

This commit is contained in:
myhloli
2024-08-01 18:20:08 +08:00
parent 78b8c9a9da
commit 3abf22cc77
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ If you need to compile it yourself, please refer to https://github.com/facebookr
Alternatively, you can directly use our precompiled whl package (limited to Python 3.10):
```bash
pip install detectron2 --extra-index-url https://myhloli.github.io/wheels/
pip install detectron2 --extra-index-url https://wheels.myhloli.com
```
**2.Install the full-feature package with pip**