Skip to content

Commit cc0dbaa

Browse files
author
BuildTools
committed
Updated
1 parent 10922dd commit cc0dbaa

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

dist/pytohub-1.7.5.tar.gz

8.28 KB
Binary file not shown.

pytohub.egg-info/PKG-INFO

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: pytohub
3-
Version: 1.7
3+
Version: 1.7.5
44
Summary: This is a module that can connect to your lego RI hub or lego SPIKE PRIME hub and can directly upload modules to your hub
55
Author: mas6y6
66
License: MIT
@@ -26,28 +26,21 @@ How to download PYToHub
2626
pip install pytohub
2727
```
2828

29+
Press `enter` when you see your hub's serial port, Make sure that you setted up your lego hub for pytohub to connect.
30+
2931
# How to run pytohub
30-
There is 2 ways to run pytohub.
32+
3133
**You can directly run it in the terminal**
3234
```
3335
python -m pytohub
3436
```
35-
**OR Run it using a python file**
36-
```py
37-
import pytohub
38-
pytohub.run()
39-
```
4037

4138
# How to setup your lego hub
42-
There is 2 ways to setup your lego hub.
4339

4440
You need to setup your lego hub
41+
4542
**You can directly run it in the terminal**
4643
```
4744
python -m pytohub --download
4845
```
49-
**OR Run it using a python file**
50-
```py
51-
import pytohub
52-
pytohub.download_program()
53-
```
46+

pytohub/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
sys.setrecursionlimit(50000)
1313

14-
version = "1.7"
14+
version = "1.7.5"
1515
hub_version = "unknown"
1616
pbar = None
1717
conn = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="pytohub",
7-
version="v1.7",
7+
version="v1.7.5",
88
author="mas6y6",
99
long_description=f,
1010
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)