From 1653bfec9acf5c41d42d1e28284c9edfa0c31768 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 21 Jul 2023 19:32:56 +0800 Subject: [PATCH] update --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cc53e..fc1390d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 下载成功的文件会放在本项目的`imgs`文件夹中. ## 2.使用 -`input.txt`为任务文件.格式为"文件名称 - 下载链接" +###2.1`input.txt`为任务文件.格式为"文件名称 - 下载链接" 单个任务 ```txt @@ -26,3 +26,15 @@ 第106话 - https://bakamh.com/manga/%e6%81%b9%80%9a%e6%9d%a5/c-105/ ``` +### 2.2 安装相关依赖 +``` +pip install requests +pip install BeautifulSoup +pip install Pillow + +``` + +### 2.3 启动下载程序 +``` +python main.py +```