We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f2349 commit ea73b87Copy full SHA for ea73b87
README.rst
@@ -63,17 +63,16 @@ zhihu-python 采用 python2.7 编写,用来方便地获取知乎上各种内
63
3. 确保你的系统中安装了 `git` 程序 以及 `python-pip` 。
64
65
66
-克隆本项目
67
-~~~~~~~~~~~~
+**克隆本项目**
+
68
69
.. code:: bash
70
71
git clone git@github.com:egrcc/zhihu-python.git
72
cd zhihu-python
73
74
75
-解决依赖
76
-~~~~~~~~~~
+**解决依赖**
77
78
* `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup/>`_
79
* `requests <https://github.com/kennethreitz/requests>`_
@@ -94,8 +93,8 @@ Or
94
93
95
96
97
-登录知乎
98
-~~~~~~~~~~~~~~~~
+**登录知乎**
99
100
登录 `知乎` 生成身份信息, 保存在当前目录的 `cookies` 文件中。
101
@@ -104,8 +103,7 @@ Or
104
103
python auth.py
105
106
107
-执行测试
108
+**执行测试**
109
110
111
0 commit comments