Skip to content

Commit 24f7f95

Browse files
author
BuildTools
committed
Updated README.md
1 parent 97cac37 commit 24f7f95

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

PYTohub.lms

1.39 KB
Binary file not shown.

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
PYTOHub is a program that can directly connect to your lego spike prime or mindstorms hub
44

5+
![alt text](banner.png)
6+
57
# How to download
68

7-
![alt text](banner.png)
9+
How to download PYToHub
10+
11+
**Run this in your terminal (Command prompt)**
12+
```
13+
pip install pytohub
14+
```
15+
16+
# How to run pytohub
17+
There is 2 ways to run pytohub.
18+
You can directly run it in the terminal
19+
```
20+
python -m pytohub
21+
```
22+
**OR**
23+
Run it using a python file
24+
```py
25+
import pytohub
26+
pytohub.run()
27+
```

pytohub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .main import run
1+
from .main import run, download_program

0 commit comments

Comments
 (0)