Skip to content

Commit f9f870c

Browse files
committed
TUTORIAL.md Improve uasyncio installation instructions.
1 parent 9996124 commit f9f870c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

TUTORIAL.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ guides to this may be found online.
1616

1717
# Installing uasyncio on bare metal
1818

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:
2224

2325
```
2426
micropython -m upip install -p ~/syn micropython-uasyncio

0 commit comments

Comments
 (0)