You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This module also wraps machine functions in easy-to-use methods.
7
7
## Installation
8
8
9
9
### mip (MicroPython Package Manager)
10
+
10
11
This is the recommended method for boards which can connect to Internet.
11
12
Run the following MicroPython script using your favourite editor:
12
13
@@ -43,7 +44,9 @@ connect(SSID, PWD)
43
44
mip.install('github:arduino/arduino-runtime-mpy')
44
45
45
46
```
47
+
46
48
### mpremote mip
49
+
47
50
You will need to have Python and `mpremote` installed on your system, [follow these instructions](https://docs.micropython.org/en/latest/reference/mpremote.html) to do so.
0 commit comments