File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
Metadata-Version: 2.1
2
2
Name: pytohub
3
- Version: 1.7
3
+ Version: 1.7.5
4
4
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
5
5
Author: mas6y6
6
6
License: MIT
@@ -26,28 +26,21 @@ How to download PYToHub
26
26
pip install pytohub
27
27
```
28
28
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
+
29
31
# How to run pytohub
30
- There is 2 ways to run pytohub.
32
+
31
33
**You can directly run it in the terminal**
32
34
```
33
35
python -m pytohub
34
36
```
35
- **OR Run it using a python file**
36
- ```py
37
- import pytohub
38
- pytohub.run()
39
- ```
40
37
41
38
# How to setup your lego hub
42
- There is 2 ways to setup your lego hub.
43
39
44
40
You need to setup your lego hub
41
+
45
42
**You can directly run it in the terminal**
46
43
```
47
44
python -m pytohub --download
48
45
```
49
- **OR Run it using a python file**
50
- ```py
51
- import pytohub
52
- pytohub.download_program()
53
- ```
46
+
Original file line number Diff line number Diff line change 11
11
12
12
sys .setrecursionlimit (50000 )
13
13
14
- version = "1.7"
14
+ version = "1.7.5 "
15
15
hub_version = "unknown"
16
16
pbar = None
17
17
conn = None
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "pytohub" ,
7
- version = "v1.7" ,
7
+ version = "v1.7.5 " ,
8
8
author = "mas6y6" ,
9
9
long_description = f ,
10
10
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments