下载
无exe或Linux二进制,需源码编译安装
GitHub地址:https://github.com/AsyncAlgoTrading/aat.git
编译运行环境
ubuntu20.04
python3.8.10
编译
1.将Makefile中的PYTHON=python改为PYTHON=python3
2.安装必要的依赖:
(1)sudo apt-get install python3-dev
(2)sudo apt-get install build-essential autoconf libtool pkg-config
3.在Makefile同级目录新建build目录,执行 make build,
看到如下结果则编译成功:
设置与运行:
详见
标签:异步,github,aat,AsyncAlgoTrading,编译,build,https,碧圈 From: https://www.cnblogs.com/huangshiyi/p/17417263.htmlhttps://github.com/AsyncAlgoTrading/aat/blob/main/GETTING_STARTED.md的 https://github.com/AsyncAlgoTrading/aat/blob/main/GETTING_STARTED.md#setting-up-and-running