Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions emioapi/emioapi.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading