Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 577 Bytes

File metadata and controls

33 lines (15 loc) · 577 Bytes

Benchmark-Dashboard

README

Installation

This prototype dashboard runs on Linux/Mac systems and has been tested in Mac, this example is based on a clean server environment and the use of python-virtualenv.

Install system requirements

% brew install python

% pip install virtualenv

Set up a virtualenv

a. Create virtual environment: % python3 -m venv env

b. activate the virtual environment and install python dependencies

% source env/bin/activate

% pip install -r requirements.txt

Usage

% flask run

It should be running on http://localhost:5000/