Skip to content

Commit df5337c

Browse files
committed
ready to rc1
1 parent 82c0e83 commit df5337c

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

README.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,25 @@ https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl
1717
```
1818
git clone https://github.com/ddetommaso/TobiiProGlasses2_PyCtrl.git
1919
cd 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
setup(
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
author_email='[email protected]',

0 commit comments

Comments
 (0)