Skip to content

Commit ea73b87

Browse files
author
Luo
committed
.
1 parent 85f2349 commit ea73b87

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,16 @@ zhihu-python 采用 python2.7 编写,用来方便地获取知乎上各种内
6363
3. 确保你的系统中安装了 `git` 程序 以及 `python-pip` 。
6464

6565

66-
克隆本项目
67-
~~~~~~~~~~~~
66+
**克隆本项目**
67+
6868

6969
.. code:: bash
7070
7171
git clone git@github.com:egrcc/zhihu-python.git
7272
cd zhihu-python
7373
7474
75-
解决依赖
76-
~~~~~~~~~~
75+
**解决依赖**
7776

7877
* `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup/>`_
7978
* `requests <https://github.com/kennethreitz/requests>`_
@@ -94,8 +93,8 @@ Or
9493
9594
9695
97-
登录知乎
98-
~~~~~~~~~~~~~~~~
96+
**登录知乎**
97+
9998

10099
登录 `知乎` 生成身份信息, 保存在当前目录的 `cookies` 文件中。
101100

@@ -104,8 +103,7 @@ Or
104103
python auth.py
105104
106105
107-
执行测试
108-
~~~~~~~~~~~~~~~~
106+
**执行测试**
109107

110108

111109
.. code:: bash

0 commit comments

Comments
 (0)