Xib1uvXi / cc_factors

Cryptocurrency Quant Factor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CC_FACTOR

ENV INSTALL

install poetry

curl -sSL https://install.python-poetry.org | python3 -

config poetry > zsh

mkdir $ZSH_CUSTOM/plugins/poetry
poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry

update apt

sudo apt-get install python3.10-dev default-libmysqlclient-dev build-essential

install dependencies

poetry install -vvv

About

Cryptocurrency Quant Factor

License:MIT License


Languages

Language:Python 89.4%Language:Makefile 9.1%Language:Shell 1.5%