A quantitative trading framework made for indie trading.
bash
pip install obrewin
Main development is going under WSL 2 Ubuntu 22.04 LTS.
Make your Python virtual environment, then install dependencies by following.
bash
pip install -r requirements-dev.txt
This project uses maturin
to integrate the Rust and Python codes.
bash
maturin develop
pre-commit
bash
pre-commit install