Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 311 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 311 Bytes

Order book

install

prerequisites: pip install pipenv

git clone https://github.com/marcinliebiediew/order_book
cd order_book
pipenv install

run

pipenv run python src/app.py

or

pipenv run python src/app.py ./tests/test_data/1.in

test

pipenv run pytest

manually