Skip to content

Commit 372b88a

Browse files
committed
declare dependency.
1 parent 7468590 commit 372b88a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ wechat-python-sdk 希望能帮你解决微信公众平台开发中的种种不
2424

2525
请注意:本 SDK 在 pypi.python.org 上的软件包名称为 `wechat-sdk <https://pypi.python.org/pypi/wechat-sdk>`_
2626

27-
可以通过 pip 进行安装
27+
首先安装依赖::
2828

29-
::
29+
$ sudo apt-get install python-dev # Ubuntu
30+
$ sudo pacman -S python-crypto # ArchLinux
31+
32+
可以通过 pip 进行安装::
3033

31-
pip install wechat-sdk
34+
pip install xmltodict wechat-sdk
3235

3336
也可以通过 easy_install 进行安装
3437

0 commit comments

Comments
 (0)