/how-much

A command line tool to search for best prices for a product :dollar:

Primary LanguagePython

How Much 💵

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