Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yinruiqing/ccxt_notes


https://github.com/yinruiqing/ccxt_notes

Last synced: 3 months ago
JSON representation

Lists

README

        

# ccxt 笔记

参考了 [blockhedging](https://github.com/bilibilihuangyifan/blockhedging) 和 [ccxt 文档](https://github.com/ccxt/ccxt)

## 配置开发环境
```bash
$ conda create --name ccxt anaconda=4.4.0 python=3.6
$ source activate ccxt
$ pip install ccxt
```