File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,9 @@ https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl
1515Package installation
1616=======================
1717
18-
19- $ pip install tobiiglassesctrl
20-
18+ $ python -m pip install --upgrade tobiiglassesctrl (Python 2.7.x)
2119or
22-
23- $ python -m pip install --upgrade tobiiglassesctrl
20+ $ python3 -m pip install --upgrade tobiiglassesctrl (Python 3.5.x)
2421
2522Tobii Pro Glasses 2 Connection
2623=======================
@@ -68,7 +65,7 @@ tobiiglasses = TobiiGlassesController("fe80::76fe:48ff:ff00:hell%7")
6865Python Examples
6966=======================
7067
71- The following Python examples are available in the directory 'examples' :
68+ The following Python examples are available:
7269
7370- connect.py - A Python script to connect with the eye-tracker.
7471- calibrate_and_record.py - A Python script for managing calibrations and recordings.
You can’t perform that action at this time.
0 commit comments