Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 338 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 338 Bytes

Setup instructions

Python virutalenv

$ sudo apt install virtualenv
$ virtualenv -p /usr/bin/python3.7 .
$ source bin/activate

Python dependencies

$ pip install fastai
$ pip install bitmex-ws
$ pip install ...

Addidional needed files

Add export.pkl file to aii/ folder.