We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557ce7 commit b905c5eCopy full SHA for b905c5e
README.md
@@ -21,7 +21,15 @@
21
22
### 2. install library
23
24
-Run `install.sh` (on Linux/MacOS) or `install.bat` (Windows) to upload all files needed to run the Arduino Alvik micropython library.
+Run the following line to upload all files and download the dependencies needed to run the Arduino Alvik micropython library.
25
+
26
+```shell
27
+Linux
28
+$ ./install.sh -p <device port>
29
30
+Windows
31
+> install.bat -p <device port>
32
+```
33
34
__NOTE: DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
35
0 commit comments