-
Notifications
You must be signed in to change notification settings - Fork 29
1. How to install
Davide De Tommaso edited this page Jun 21, 2019
·
2 revisions
The TobiiGlassesPyController can be installed on GNU/Linux, MacOS and Windows operating systems. It is compatible with Python 2.x and 3.x versions.
The recommended procedure to install the controller is using the pip command. If you do not have already installed in your system, please do.
Then, simply type in a terminal the following command:
pip install tobiiglassesctrl
pip uninstall tobiiglassesctrl
It is also possible to use the controller directly from sources without installing it in your system.
git clone --recursive https://github.com/ddetommaso/TobiiGlassesPyController.git
cd TobiiGlassesPyController
python
>>> from tobiiglassesctrl import TobiiGlassesController
...