# 黄历插件V3 **Repository Path**: endofworld_of_freshboy/python-plugin ## Basic Information - **Project Name**: 黄历插件V3 - **Description**: 黄历插件V3 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-12 - **Last Updated**: 2022-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 原零佬的黄历插件,本人修改为V3版本。暂时没有添加功能的打算。 1.环境要求python3.8以上,请先保证你的系统中输入python -V命令与pip -V命令时,有正确的输出(如python3.8.6,pip 20.1.0 from*****) 2.安装命令,在Yunzai-Bot主目录下运行 git clone https://gitee.com/endofworld_of_freshboy/python-plugin.git ./plugins/python-plugin/ 3.python依赖安装,在python-plugin目录中执行下面两条中的一条 pip install -i https://repo.huaweicloud.com/repository/pypi/simple -r requirement.txt(华为云) pip install -i https://mirrors.aliyun.com/pypi/simple -r requirement.txt(阿里云) 4.如启动yunzai时提示moudel not found,在Yunzai-Bot主目录下运行 npm install node-schedule 其它问题请查看插件包使用说明文件