commit | 9c4a49fecccda25b9785ff83d9608ecb36ce46fa | [log] [tgz] |
---|---|---|
author | Kapileshwar Singh <kapileshwar.singh@arm.com> | Wed Sep 02 17:55:42 2015 +0100 |
committer | Kapileshwar Singh <kapileshwar.singh@arm.com> | Thu Sep 03 16:25:23 2015 +0100 |
tree | dee0662fa117883ed186e8848787711c533c3fda | |
parent | 84cbf3b8bd8861743cdd63339b746d3e7049e51d [diff] |
setup: Add setup.py Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
trappy is a visualization tool to help analyze data generated on a device. It depends on ipython notebook and pandas. First install these dependencies if you don't have them already:
$ apt-get install ipython-notebook python-pandas
Now launch the ipython notebook server:
$ ipython notebook
This should pop up a browser. If it doesn't, open a web browser and go to http://localhost:8888/tree/
In the doc/
folder there's a 00 - Quick start
which describes how to run trappy. Other notebooks in that directory describe other functions of trappy.