shellvon / smsBomb

短信💣炸🐔
https://von.sh/smsBomb/
MIT License
635 stars 174 forks source link

cant run it #5

Closed tingtho closed 6 years ago

tingtho commented 6 years ago

无法用python命令正常运行,请您看看

jietu

shellvon commented 6 years ago

看你的截图是没有安装 coloredlogs 依赖。

Python的依赖包一般都写在 requirments.txt 里面,你需要在跑之前执行 pip install -r requirments.txt。 如果是 GUI 则执行的是 pip install -r requirments-gui.txt