This commit is contained in:
岛风 2019-09-10 21:54:53 +08:00
parent 869b74e359
commit 02b393ae94

View File

@ -4,14 +4,14 @@
```shell ```shell
git clone https://github.com/nyaasuki/DoubanBookSpider.git git clone https://github.com/nyaasuki/DoubanBookSpider.git
cd ./DoubanBookSpider cd ./DoubanBookSpider
python3 Spider.py python3 main.py
``` ```
## Window ## Window
配置好环境后 配置好环境后
下载并解压https://github.com/nyaasuki/DoubanBookSpider/archive/master.zip 下载并解压https://github.com/nyaasuki/DoubanBookSpider/archive/master.zip
使用cmd命令运行 使用cmd命令运行
```DOS ```DOS
python path\DoubanBookSpider\Spider.py #path为文件存放路径 python path\DoubanBookSpider\main.py #path为文件存放路径
``` ```
或者 或者