diff --git a/README.md b/README.md index 2c3fcb5..33c8200 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,18 @@ ### 部署方法 +保证电脑上有 Python,进入到 `src` 目录,然后运行 + ``` pip install -r requirements.text ``` ### 启动方法 +保证电脑上有 Python,进入到 `src` 目录,然后运行 + ``` -python src/main.py +python main.py ``` ### 开发方法