Skip to content

Commit 3362fcb

Browse files
authored
Update README.md
1 parent bedfb50 commit 3362fcb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CLAMS-devel/cforth_platformio/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22

33
1. Run './1_setup.sh`. This will
44

5-
a. Remove the PlatformIO cache `$HOME/.platformio`.
5+
a. Install `python3-pip` and `python3-venv` if necessary.
66

7-
b. Create and activate a fresh virtual environment `$HOME/platformio_venv`.
7+
b. Remove the PlatformIO cache `$HOME/.platformio`.
88

9-
c. Install PlatformIO core in the environment with `pip`.
9+
c. Create and activate a fresh virtual environment `$HOME/platformio_venv`.
1010

11-
d. List the supported boards to `board_list.txt`. Note that RP2040 / RP2350 boards
11+
d. Install PlatformIO core in the environment with `pip`.
12+
13+
e. List the supported boards to `board_list.txt`. Note that RP2040 / RP2350 boards
1214
supported by the platform <https://github.com/maxgerhardt/platform-raspberrypi.git>
1315
are ***not*** included!
1416

15-
e. Make a fresh clone of <https://github.com/MitchBradley/cforth.git> to
17+
f. Make a fresh clone of <https://github.com/MitchBradley/cforth.git> to
1618
`$HOME/Projects/cforth`.
1719

18-
f. Append `testing_platformio.ini` to `$HOME/Projects/cforth/platformio.ini`.
20+
g. Append `testing_platformio.ini` to `$HOME/Projects/cforth/platformio.ini`.
1921

20-
g. Build the host `cforth`. This creates dictionary data for the embedded Forth.
22+
h. Build the host `cforth`. This creates dictionary data for the embedded Forth.
2123

22-
h. Deactivate the virtual environment.
24+
i. Deactivate the virtual environment.
2325

2426
3. Connect your board and put it in `BOOTSEL` mode. You should only
2527
have one board connected at a time.

0 commit comments

Comments
 (0)