We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cac37 commit 24f7f95Copy full SHA for 24f7f95
PYTohub.lms
1.39 KB
README.md
@@ -2,6 +2,26 @@
2
3
PYTOHub is a program that can directly connect to your lego spike prime or mindstorms hub
4
5
+
6
+
7
# How to download
8
-
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
@@ -1 +1 @@
1
-from .main import run
+from .main import run, download_program
0 commit comments