Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
youfou committed Mar 25, 2017
1 parent aa78a59 commit c517131
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,30 @@ wxpy: 用 Python 玩微信
轻松安装
----------------

使用 Python 3.x ::
**wxpy 需要使用 Python 3.x**

可以通过以下方式安装

1. 从 PYPI 官方源下载安装 (在国内使用可能比较慢或不稳定)::

pip3 install -U wxpy

2. 从豆瓣 PYPI 镜像源下载安装 (推荐国内用户使用)::

pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy

针对 **阿里云主机** 用户的特别说明

阿里云主机的 pip 默认配置使用自家的 PYPI 镜像。
但阿里云 PYPI 镜像的同步似乎存在问题,截止目前 (2017-3-26) 已滞后长达 33 天!
已有不少阿里云用户使用上述第一条命令安装了滞后的版本,导致与项目文档产生严重偏离,无法使用。

因此,建议阿里云主机用户使用以下命令,采用豆瓣 PYPI 镜像进行安装 (或指定为 PYPI 官方源)::

pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy

以上说明将在阿里云 PYPI 镜像同步问题修复后移除。


简单上手
----------------
Expand Down
22 changes: 21 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,30 @@ wxpy: 用 Python 玩微信
轻松安装
----------------

使用 Python 3.x ::
**wxpy 需要使用 Python 3.x**

可以通过以下方式安装

1. 从 PYPI 官方源下载安装 (在国内使用可能比较慢或不稳定)::

pip3 install -U wxpy

2. 从豆瓣 PYPI 镜像源下载安装 (推荐国内用户使用)::

pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy

针对 **阿里云主机** 用户的特别说明

阿里云主机的 pip 默认配置使用自家的 PYPI 镜像。
但阿里云 PYPI 镜像的同步似乎存在问题,截止目前 (2017-3-26) 已滞后长达 33 天!
已有不少阿里云用户使用上述第一条命令安装了滞后的版本,导致与项目文档产生严重偏离,无法使用。

因此,建议阿里云主机用户使用以下命令,采用豆瓣 PYPI 镜像进行安装 (或指定为 PYPI 官方源)::

pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy

以上说明将在阿里云 PYPI 镜像同步问题修复后移除。


简单上手
----------------
Expand Down

0 comments on commit c517131

Please sign in to comment.