Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 215 Bytes

plprofiler-webui

A simple flask-ui to put in front of the plprofiler

Setup python env

Make sure you are running at least PIP 9.0.1

#!bash

mkvirtualenv prof-env
pip install -r requirements.txt