Mention installing pandas in README

This commit is contained in:
Christophe Bedard 2020-01-19 11:02:25 -05:00
parent 00337e8d49
commit 3ff65d4274

View file

@ -4,6 +4,13 @@ Analysis tools for [ROS 2 tracing](https://gitlab.com/micro-ROS/ros_tracing/ros2
## Setup
Install:
* `pandas`
```
$ sudo apt-get install python3-pandas
```
To display results, install:
* [Jupyter](https://jupyter.org/install)