Skip to content

gentymeri/Benchmark-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published