We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390dd05 commit 8dc241fCopy full SHA for 8dc241f
v3/docs/TUTORIAL.md
@@ -108,8 +108,9 @@ CPython V3.8 and above.
108
109
## 0.1 Installing uasyncio on bare metal
110
111
-No installation is necessary if a daily build of firmware is installed. The
112
-version may be checked by issuing at the REPL:
+No installation is necessary if a daily build of firmware is installed or
+release build V1.13 or later. The version may be checked by issuing at
113
+the REPL:
114
```python
115
import uasyncio
116
print(uasyncio.__version__)
0 commit comments