From 84c831e443b510eab8f29b3764b7961d80e787f1 Mon Sep 17 00:00:00 2001 From: HanaeRateau Date: Fri, 29 May 2026 15:07:44 +0200 Subject: [PATCH] Adds instructions to install tk --- emioapi/emioapi.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emioapi/emioapi.py b/emioapi/emioapi.py index 7f968b2..aac4f6f 100644 --- a/emioapi/emioapi.py +++ b/emioapi/emioapi.py @@ -1,6 +1,13 @@ """ [Emio API](https://github.com/SofaComplianceRobotics/Emio.API) is a Python package created to control the [Emio robot](https://compliance-robotics.com/compliance-lab/). +Emio API uses tkinter for the GUI. On certains OS, you may need to install additional packages to use tkinter. + +On Ubuntu, you can install it using the following command: +```bash +sudo apt-get install tk +``` + To install it from PyPI, run the following command: ```bash pip install emioapi