Skip to content

Commit 1f300ed

Browse files
committed
Update README on installation
This commit adds more information on installation and requisition.
1 parent 91688d0 commit 1f300ed

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,23 @@
66
源库链接:[自动评价](https://github.com/qiu-lzsnmb/jd_lzsnmb)
77
[评论爬虫](https://github.com/2274900/JD_comment_spider)
88

9-
### 本脚本只是对以上两位的结合以及魔改,用于解决评论文不对题的问题。经测试,本脚本能初步解决这一问题。
9+
### 本脚本只是对以上两位的结合以及魔改,用于解决评论文不对题的问题。经测试,本脚本能初步解决这一问题。
1010

1111
## 思路
1212

1313
由爬虫先行对商品的既有评价进行爬取,在此基础上进行自己的评价
1414

1515
## 使用方法
1616

17-
获取电脑版ck后填入 auto_comment_plus.py 文件,运行此文件即可
17+
在终端中执行:
18+
19+
```bash
20+
git clone https://github.com/Dimlitter/jd_AutoComment.git
21+
cd jd_AutoComment
22+
pip install -r requirements.txt
23+
```
24+
25+
然后获取电脑版ck后填入 auto_comment_plus.py 文件,运行此文件即可
1826

1927
> 此脚本需要的依赖较多,需自行安装
2028

0 commit comments

Comments
 (0)