-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b1e91b
commit e624061
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pycocotools: pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI | ||
|
||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ | ||
conda config --set show_channel_urls yes | ||
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U | ||
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple | ||
pycocotools: pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI<br> | ||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/<br> | ||
conda config --set show_channel_urls yes<br> | ||
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U<br> | ||
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple<br> |