You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 一、 镜像加速
|
|
```shell
|
|
# 添加 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
|
|
pip install 'acryl-datahub[oracle]' -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
|
|
``` |