Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 456 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 456 Bytes

Stock Profit Calculator

DSAI 2018 HW1 corrector

Prerequisite

Install Dependency

poetry env use python
poetry install

Start Virtual Environment

poetry shell

Usage

python profit_calculator.py [-h] stock action
  • stock: Input stock file
  • action: Input action file

Testing

Run Test

pytest

AUTHORS

Lee-W