下面的方法 linux 和windows 均可
下载OneForall
在 github 上直接sou OneForall 克隆下来就行
直接解压安装
# 输入
python oneforall.py
报错
它会提示 缺少 fire包, 这是正常现象
在 解压的 Oneforall 下面, 直接输入:
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
之后, 看到很多的加载, 就啦!!
出现下面的这个 也很正常
输入:
python oneforall.py -h
成功啦!