Skip to content

Commit fc7b6c3

Browse files
committed
Updated README.
1 parent a2b2896 commit fc7b6c3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# PythingsOS
22

3-
4-
Clone with:
5-
6-
git clone --recurse-submodules https://github.com/pythings/PythingsOS
7-
83
### Requirements
94

10-
MicroPython version: v1.9.4
5+
MicroPython version: v1.11
116

127
Python versions: 3.4-3.6
138

@@ -25,9 +20,13 @@ Run the utilities/draft_release.sh script, that will:
2520
- the firmwares, frozen and not;
2621
- the installer.
2722

23+
After the build, you can either use the artifacts in the "artifacts" folder, or use the installer:
24+
25+
cd tools/installer && python3 installer.py
26+
2827
### Updateability
2928

30-
The hal.py is not updatable (it is supposed to be very "intimate" with the hardware), while pal.py it is.
29+
Every file can be remotely updated except the hal.py, which it is supposed to be hardware-specific (i.e. Pins, leds, etc.)
3130

3231
### Development
3332

0 commit comments

Comments
 (0)