File tree Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Expand file tree Collapse file tree 2 files changed +10
-25
lines changed Original file line number Diff line number Diff line change @@ -17,40 +17,25 @@ https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl
1717```
1818git clone https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl.git
1919cd TobiiProGlasses2_PyCtrl
20- ```
21- #### Python 2.7
22- ```
23- python setup.py install
24- ```
2520
26- #### Python 3.5
27- ```
28- python3 setup.py install
29- ```
21+ python setup.py install (for Python 2.7)
3022
31- ### Using pip
23+ or
3224
33- #### Python 2.7
34- ```
35- python -m pip install --upgrade tobiiglassesctrl
36- ```
37- #### Python 3.5.x
38- ```
39- python3 -m pip install --upgrade tobiiglassesctrl
25+ python3 setup.py install (for Python 3.5)
4026```
4127
42- ### Uninstall the package using pip
28+ ### Using pip
4329
4430#### Python 2.7
4531```
46- python -m pip uninstall tobiiglassesctrl
47- ```
32+ python -m pip install --upgrade tobiiglassesctrl (for Python 2.7)
4833
49- #### Python 3.5.x
34+ or
5035
36+ python3 -m pip install --upgrade tobiiglassesctrl (for Python 3.5)
5137```
52- python3 -m pip uninstall tobiiglassesctrl
53- ```
38+
5439
5540## Tobii Pro Glasses 2 Connection
5641
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'tobiiglassesctrl' ,
16- version = '2.0-b1 ' ,
16+ version = '2.0-rc1 ' ,
1717 description = 'A Python controller for Tobii Pro Glasses 2' ,
1818 url = 'https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl' ,
19- download_url = 'https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl/archive/2.0-b1 .tar.gz' ,
19+ download_url = 'https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl/archive/2.0-rc1 .tar.gz' ,
2020 install_requires = ['netifaces' ],
2121 author = 'Davide De Tommaso' ,
2222
You can’t perform that action at this time.
0 commit comments