- Python 3.10 or greater.
- uv for dependency and package management.
$ uv sync --locked --all-extras
$ uv run inv lint
$ uv run inv test
$ uv run pytest tests/test_backtesting_exchange.py::test_bid_ask -vv --no-cov
$ uv run inv build-docs
$ uv sync --locked --all-extras
$ uv run inv lint
$ uv run inv test
$ uv run pytest tests/test_backtesting_exchange.py::test_bid_ask -vv --no-cov
$ uv run inv build-docs