ami-iit / robot-log-visualizer

Visualizer to display the data logged with YarpRobotLoggerDevice
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Clarify pip installation docs #41

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

As users (especially not experts one) just follow the instructions sequentially, I think it is better to first specify that a virtual environment needs to be created, and only after specify how to install the package via pip.

Otherwise, the risk is that users will install in a globally visibile location python libraries via pip in a version that is not compatible with apt installed software.

fyi @gsisinna

GiulioRomualdi commented 2 years ago

Thank you @traversaro