181 B
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
Python 3.5 or higher.
$ python -m venv .venv; source .venv/bin/activate; python -m pip install -r requirements.txt
$ python -m pytest