Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 395 Bytes

HowMuch 💵

Build Status

Installing

  • First, create a virtual enviroment and activate it:
python -m venv .venv && source .venv/bin/activate
  • Then run pip:
  pip install -r requirements.txt

Running tests

python -m unittest