Files
bank/README.md
2020-10-13 01:52:15 +02:00

181 B

Prereqs

Python 3.5 or higher.

Installation

$ python -m venv .venv; source .venv/bin/activate; python -m pip install -r requirements.txt

Run The Tests

$ python -m pytest