Skip to content

Commit

Permalink
Update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 7, 2016
1 parent e5aab46 commit deaedf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
## 安装

从 0.8.0 版本开始,wechatpy 消息加解密同时兼容 [cryptography](https://github.com/pyca/cryptography)[PyCrypto](https://github.com/dlitz/pycrypto),
优先使用 cryptography 库。因而不再强制依赖 PyCrypto 库。如需使用消息加解密(企业号平台必须),请先自行安装 cryptography 或者 PyCrypto 库:
优先使用 cryptography 库。因而不再强制依赖 PyCrypto 库。请先自行安装 cryptography 或者 PyCrypto 库:

```bash
# 安装 cryptography
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
目前 wechatpy 支持的 Python 环境有 2.6, 2.7, 3.3, 3.4, 3.5, pypy 和 pypy3。

从 0.8.0 版本开始,wechatpy 消息加解密同时兼容 cryptography 和 PyCrypto, 优先使用 cryptography 库。
因而不再强制依赖 PyCrypto 库。如需使用消息加解密(企业号平台必须),请先自行安装 cryptography 或者 PyCrypto 库::
因而不再强制依赖 PyCrypto 库。请先自行安装 cryptography 或者 PyCrypto 库::

# 安装 cryptography
pip install cryptography>=0.8.2
Expand Down

0 comments on commit deaedf1

Please sign in to comment.