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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youfou committed May 9, 2017
1 parent 5f58d11 commit 939e7e0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 28 deletions.
34 changes: 20 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,38 @@ wxpy: 用 Python 玩微信
轻松安装
----------------

**Python 3.x** 版本,安装方法:
Python 3.x 版本
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

pip3 install -U wxpy
.. code:: shell
2. 从豆瓣 PYPI 镜像源下载安装 (**建议国内用户使用**):
pip3 install -U wxpy
.. code:: shell
2. 从豆瓣 PYPI 镜像源下载安装 (**建议国内用户使用**):

pip3 install -U wxpy -i "https://pypi.doubanio.com/simple/"
.. code:: shell
Python 2.x 版本处于 **测试阶段** (感谢 `@RaPoSpectre`_ 的贡献)
pip3 install -U wxpy -i "https://pypi.doubanio.com/simple/"
安装方法 (可与 Python 3 版本共存)
Python 2.x 版本
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code:: shell
目前处于 **测试阶段** (感谢 `@RaPoSpectre`_ 的贡献)

pip2 install -U "git+https://github.com/bluedazzle/wxpy.git@py2"
安装方法 (可与 Python 3 版本共存):

欢迎测试,请在 `这里提交问题`_
.. code:: shell
.. _@RaPoSpectre: https://github.com/bluedazzle
.. _这里提交问题: https://github.com/bluedazzle/wxpy/issues
pip2 install -U "git+https://github.com/bluedazzle/wxpy.git@py2"
欢迎测试,请在 `这里提交问题`_

.. _@RaPoSpectre: https://github.com/bluedazzle
.. _这里提交问题: https://github.com/bluedazzle/wxpy/issues


简单上手
Expand Down
34 changes: 20 additions & 14 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,38 @@ https://github.com/youfou/wxpy
轻松安装
----------------

**Python 3.x** 版本,安装方法:
Python 3.x 版本
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

pip3 install -U wxpy
.. code:: shell
2. 从豆瓣 PYPI 镜像源下载安装 (**建议国内用户使用**):
pip3 install -U wxpy
.. code:: shell
2. 从豆瓣 PYPI 镜像源下载安装 (**建议国内用户使用**):

pip3 install -U wxpy -i "https://pypi.doubanio.com/simple/"
.. code:: shell
Python 2.x 版本处于 **测试阶段** (感谢 `@RaPoSpectre`_ 的贡献)
pip3 install -U wxpy -i "https://pypi.doubanio.com/simple/"
安装方法 (可与 Python 3 版本共存)
Python 2.x 版本
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code:: shell
目前处于 **测试阶段** (感谢 `@RaPoSpectre`_ 的贡献)

pip2 install -U "git+https://github.com/bluedazzle/wxpy.git@py2"
安装方法 (可与 Python 3 版本共存):

欢迎测试,请在 `这里提交问题`_
.. code:: shell
.. _@RaPoSpectre: https://github.com/bluedazzle
.. _这里提交问题: https://github.com/bluedazzle/wxpy/issues
pip2 install -U "git+https://github.com/bluedazzle/wxpy.git@py2"
欢迎测试,请在 `这里提交问题`_

.. _@RaPoSpectre: https://github.com/bluedazzle
.. _这里提交问题: https://github.com/bluedazzle/wxpy/issues


简单上手
Expand Down

0 comments on commit 939e7e0

Please sign in to comment.