This repository was archived by the owner on Aug 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -34,34 +34,32 @@ wxpy: 用 Python 玩微信
34
34
轻松安装
35
35
----------------
36
36
37
- **wxpy 需要使用 Python 3.x **
37
+ **Python 3.x ** 版本,安装方法:
38
38
39
- 可以通过以下方式安装
39
+ 1. 从 PYPI 官方源下载安装 (在国内使用可能比较慢或不稳定):
40
40
41
- 1. 从 PYPI 官方源下载安装 (在国内使用可能比较慢或不稳定):
41
+ .. code :: shell
42
42
43
- .. code :: shell
43
+ pip3 install -U wxpy
44
44
45
- pip3 install -U wxpy
45
+ 2. 从豆瓣 PYPI 镜像源下载安装 (** 建议国内用户使用 **):
46
46
47
- 2. 从豆瓣 PYPI 镜像源下载安装 (** 建议国内用户使用 **):
47
+ .. code :: shell
48
48
49
- .. code :: shell
49
+ pip3 install -U wxpy -i " https://pypi.doubanio.com/simple/ "
50
50
51
- pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy
51
+ Python 2.x 版本处于 ** 测试阶段 ** (感谢 ` @RaPoSpectre `_ 的贡献)
52
52
53
- ..
54
- 针对 **阿里云主机** 用户的特别说明
53
+ 安装方法 (可与 Python 3 版本共存)
55
54
56
- 阿里云主机默认使用自家的 PYPI 镜像,但截止目前 (2017-3-26) 已滞后长达 33 天!已有不少用户因此安装了滞后的版本,导致与项目文档产生偏差而无法使用。
55
+ .. code :: shell
57
56
58
- 因此,强烈建议阿里云主机用户采用豆瓣 PYPI 镜像进行安装 (或替换为 PYPI 官方源):
57
+ pip2 install -U " git+https://github.com/bluedazzle/wxpy.git@py2 "
59
58
60
- .. code :: shell
59
+ 欢迎测试,请在 ` 这里提交问题 `_
61
60
62
- pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy
63
-
64
- *以上说明会在阿里云 PYPI 镜像同步问题修复后移除。 *
61
+ .. _@RaPoSpectre : https://github.com/bluedazzle
62
+ .. _这里提交问题 : https://github.com/bluedazzle/wxpy/issues
65
63
66
64
67
65
简单上手
You can’t perform that action at this time.
0 commit comments