推荐使用
Iterm2
https://iterm2.com/index.html 直接下载安装即可。
cd ~/
git clone https://github.com/Charmve/qbot_pro
Tip
如果启动有异常,可以按照下面步骤安装依赖和启动后台。
pip install -r dev/requirements.txt
pythonw main.py
# 运行起来,缺少什么模块,就安装什么模块。pip install wxpython
推荐使用
Iterm2
https://iterm2.com/index.html 直接下载安装即可。
cd ~/
git clone https://github.com/Charmve/qbot_pro
Tip
如果启动有异常,可以按照下面步骤安装依赖和启动后台。
pip install -r dev/requirements.txt
pythonw main.py
# 运行起来,缺少什么模块,就安装什么模块。pip install wxpython