fate框架找不到 flow 命令

Doc中,马上就用了flow命令,而还没有给出flow在哪里,所以这篇博客解决这个问题

参考网站:https://github.com/FederatedAI/FATE/blob/master/examples/pipeline/README.rst

博主是fate-standalone-1.5.0
首先到原始的路径

python -m venv venv
source venv/bin/activate
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ -U pip
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ fate_client
pipeline config --ip 127.0.0.1 --port 9380

然后就可以使用 flow命令了