DoubanBookSpider/README.md
2019-09-10 21:54:53 +08:00

27 lines
621 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 安装
环境需求python3.6+ / pip3
## Linux
```shell
git clone https://github.com/nyaasuki/DoubanBookSpider.git
cd ./DoubanBookSpider
python3 main.py
```
## Window
配置好环境后
下载并解压https://github.com/nyaasuki/DoubanBookSpider/archive/master.zip
使用cmd命令运行
```DOS
python path\DoubanBookSpider\main.py #path为文件存放路径
```
或者
__在CMD命令行中输入 “python” + “空格”,即 ”python “__
__将已经写好的脚本文件拖拽到当前光标位置然后敲回车运行即可__
# 重置程序
删除DoubanBookSpider目录下的douban.db即可