Installation

Clone the repository:

git clone git@github.com:daajoe/benchmark-tool.git

Installing the dependencies can be done with Pipenv (preferred) or pip + virtualenv.

Pipenv

pipenv install

pip + virtualenv

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt