Skip to content

Commit 46e5824

Browse files
authored
Merge pull request #4 from LittleYe233/main
Update installation steps
2 parents 827a2f0 + 8d30f56 commit 46e5824

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ cd jd_AutoComment
2222
pip install -r requirements.txt
2323
```
2424

25-
然后获取电脑版ck后填入 auto_comment_plus.py 文件,运行此文件即可
25+
获取电脑版ck后填入 `config.yml` 文件:
26+
27+
```yml
28+
user:
29+
cookie: ''
30+
```
31+
32+
最后运行 `auto_comment_plus.py` :
33+
34+
```bash
35+
python auto_comment_plus.py
36+
```
2637

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

0 commit comments

Comments
 (0)