Merge branch 'mention-installing-pandas' into 'master'
Mention installing pandas in README See merge request micro-ROS/ros_tracing/tracetools_analysis!49
This commit is contained in:
commit
a720e095cf
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue