10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
|
|
# pip configuration for Aliyun mirror
|
||
|
|
# This file speeds up pip install in development
|
||
|
|
|
||
|
|
[global]
|
||
|
|
index-url = https://mirrors.aliyun.com/pypi/simple/
|
||
|
|
trusted-host = mirrors.aliyun.com
|
||
|
|
|
||
|
|
[install]
|
||
|
|
trusted-host = mirrors.aliyun.com
|