commit | 8469c319f57d6acb59fd93af395f2ac45eb257fe | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Tue Jan 05 17:01:32 2016 +0000 |
committer | Javi Merino <javi.merino@arm.com> | Tue Jan 05 17:01:32 2016 +0000 |
tree | 0a706ef6aeec33bf990e1ca62758a7cdc8faea7d | |
parent | 45d260989c763236f70e54af3211419b431bf45e [diff] |
setup: install EventPlot_help.jpg When you install trappy using "pip install" or "python setup.py install", trappy.EventPlot fails to run because it can't find EventPlot_help.jpg. Install it with the rest of the data files.
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.