Skip to content

Commit 9e14c5a

Browse files
add mpremote instructions for manual lib installation
1 parent 2368c44 commit 9e14c5a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/INSTALLATION.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,18 @@ mpremote connect /dev/tty.SLAB_USBtoUART mip install --index https://test.pypi.o
100100
### Manually
101101

102102
Copy all files of the [umodbus module][ref-umodbus-module] to the MicroPython
103-
board using [Remote MicroPython shell][ref-remote-upy-shell]
103+
board using [Remote MicroPython shell][ref-remote-upy-shell] or
104+
[mpremote][ref-mpremote]
105+
106+
#### mpremote
107+
108+
Perform the following command to copy all files and folders to the device
109+
110+
```bash
111+
mpremote connect /dev/tty.SLAB_USBtoUART cp -r umodbus/ :
112+
```
113+
114+
#### rshell
104115

105116
Open the remote shell with the following command. Additionally use `-b 115200`
106117
in case no CP210x is used but a CH34x.

0 commit comments

Comments
 (0)