Skip to content

Commit e2acd06

Browse files
committed
fix readme
1 parent 0aa57ca commit e2acd06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Python Dubbo Client
1212
下载代码
1313
python setup.py install
1414
pip安装
15-
pip install dubbo-client==1.0.0b4
15+
pip install dubbo-client==1.0.0b5
1616
Git安装
17-
pip install git+http://git.dev.qianmi.com/tda/dubbo-client-py.git@1.0.0b4
17+
pip install git+http://git.dev.qianmi.com/tda/dubbo-client-py.git@1.0.0b5
1818
或者
19-
pip install git+https://github.com/ofpay/dubbo-client-py.git@1.0.0b4
19+
pip install git+https://github.com/ofpay/dubbo-client-py.git@1.0.0b5
2020

2121
### 在客户端实现负载均衡,服务发现
2222
通过注册中心的zookeeper,获取服务的注册信息

0 commit comments

Comments
 (0)