소스 검색

docs(readme): update wheel install URL

myhloli 1 년 전
부모
커밋
3abf22cc77
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      README_ja-JP.md

+ 1 - 1
README.md

@@ -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**

+ 1 - 1
README_ja-JP.md

@@ -107,7 +107,7 @@ conda activate MinerU
 または、私たちの事前コンパイルされたwhlパッケージを直接使用できます(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.pipを使用してフル機能パッケージをインストールします**