From 3ff65d4274c7631773e9b64a22fc47c42398aa11 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 19 Jan 2020 11:02:25 -0500 Subject: [PATCH] Mention installing pandas in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fa1f748..b1c3d63 100644 --- a/README.md +++ b/README.md @@ -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)