From 8a8ee47bbfea09596788b3939bc8be9a8630138b Mon Sep 17 00:00:00 2001 From: Carol Date: Wed, 6 Sep 2023 16:38:03 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E8=A1=A5=E5=85=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84f0dc2..16f5f55 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,10 @@ pip3 install json ### 运行 -修改 `main.py` 文件中 `if __name__ == '__main__':` 方法中 `__dir_path` 、 `__output` 、 `__tmdb_token` 参数值 - +1. 修改 `main.py` 文件中 `if __name__ == '__main__':` 方法中 `__dir_path` 、 `__output` 、 `__tmdb_token` 参数值 +2. 执行脚本 +```python +python3 main.py +```