File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ guides to this may be found online.
16
16
17
17
# Installing uasyncio on bare metal
18
18
19
- The simplest way is to use the upip utility running under the Unix build.
20
- Install this (optionally in a Linux virtual machine). Create a temporary
21
- directory e.g. ` ~/syn ` and issue the following commands:
19
+ The simplest approach is to use the upip utility. This involves installing the
20
+ Unix build of MicroPython, see the instructions
21
+ [ here] ( https://github.com/micropython/micropython ) . Install this (optionally in
22
+ a Linux virtual machine) and ensure that ** micropython** is on your path.
23
+ Create a temporary directory e.g. ` ~/syn ` and issue the following commands:
22
24
23
25
```
24
26
micropython -m upip install -p ~/syn micropython-uasyncio
You can’t perform that action at this time.
0 commit comments