Skip to content

Commit 3b3fe6a

Browse files
authored
Update README
1 parent fa2b849 commit 3b3fe6a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl
1515
Package installation
1616
=======================
1717

18-
19-
$ pip install tobiiglassesctrl
20-
18+
$ python -m pip install --upgrade tobiiglassesctrl (Python 2.7.x)
2119
or
22-
23-
$ python -m pip install --upgrade tobiiglassesctrl
20+
$ python3 -m pip install --upgrade tobiiglassesctrl (Python 3.5.x)
2421

2522
Tobii Pro Glasses 2 Connection
2623
=======================
@@ -68,7 +65,7 @@ tobiiglasses = TobiiGlassesController("fe80::76fe:48ff:ff00:hell%7")
6865
Python 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.

0 commit comments

Comments
 (0)