python最低要求为 python3.6
(一般不建议对 python 项目打包)
安装 pyinstaller
pip install pyinstaller
打包程序
pyinstaller main.spec
在 dist
中找到目标文件
见custom.py文件
经过多次迭代,yobot与cq-http-api的耦合越来越深,不再适合移植了
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
python最低要求为 python3.6
(一般不建议对 python 项目打包)
安装 pyinstaller
pip install pyinstaller
打包程序
pyinstaller main.spec
在 dist
中找到目标文件
见custom.py文件
经过多次迭代,yobot与cq-http-api的耦合越来越深,不再适合移植了