Commit 3abf22cc authored by myhloli's avatar myhloli

docs(readme): update wheel install URL

parent 78b8c9a9
...@@ -107,7 +107,7 @@ If you need to compile it yourself, please refer to https://github.com/facebookr ...@@ -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): Alternatively, you can directly use our precompiled whl package (limited to Python 3.10):
```bash ```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** **2.Install the full-feature package with pip**
......
...@@ -107,7 +107,7 @@ conda activate MinerU ...@@ -107,7 +107,7 @@ conda activate MinerU
または、私たちの事前コンパイルされたwhlパッケージを直接使用できます(Python 3.10に限定): または、私たちの事前コンパイルされたwhlパッケージを直接使用できます(Python 3.10に限定):
```bash ```bash
pip install detectron2 --extra-index-url https://myhloli.github.io/wheels/ pip install detectron2 --extra-index-url https://wheels.myhloli.com
``` ```
**2.pipを使用してフル機能パッケージをインストールします** **2.pipを使用してフル機能パッケージをインストールします**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment