ricequant / rqalpha

A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
http://rqalpha.io
Other
5.38k stars 1.61k forks source link

mac无法安装mod #839

Closed zp0605 closed 7 months ago

zp0605 commented 9 months ago

环境: rqalpha:5.3.4 Python:3.8.2 MacOS:12.7 文档地址:https://www.bookstack.cn/read/rqalpha-3.3.x-zh/ea3ff641b646b145.md

安装测试mod(rqalpha-mod-hello)都报错: rqalpha mod install -e . Usage: rqalpha mod [OPTIONS] {list|enable|disable} [PARAMS]...

Error: Invalid value for '{list|enable|disable}': 'install' is not one of 'list', 'enable', 'disable'.

Cuizi7 commented 7 months ago

安装mod的命令:pip install -e .