@@ -30,7 +30,7 @@ Create a folder "MyAdventures"
3030
3131### Setup MyAdventures folder
3232
33- 1 . Get mcpi from github https://github.com/martinohanlon/mcpi
33+ 1 . Get mcpi from github [ https://github.com/martinohanlon/mcpi ] ( github.com/martinohanlon/mcpi )
3434
3535```
3636git clone https://github.com/martinohanlon/mcpi
@@ -40,23 +40,31 @@ Note - the mcpi repository contains the python 3 version of the library supplied
4040
41412 . Copy the mcpi folder to MyAdventures
4242
43- 3 . Download anyio from github [ https://github.com/whaleygeek/anyio ] ( github.com/whaleygeek/anyio )
43+ 3 . Get the minecraft-stuff module from [ https://github.com/martinohanlon/minecraft-stuff ] ( github.com/martinohanlon/minecraft-stuff )
44+
45+ ```
46+ git clone https://github.com/martinohanlon/minecraft-stuff
47+ ```
48+
49+ 4 . Copy "minecraftstuff\minecraftstuff.py" to the mcpi folder.
50+
51+ 5 . Download anyio from github [ https://github.com/whaleygeek/anyio ] ( github.com/whaleygeek/anyio )
4452
4553```
4654git clone https://github.com/whaleygeek/anyio
4755```
4856
49- 4 . Create a folder "anyio" in MyAdventures
57+ 6 . Create a folder "anyio" in MyAdventures
5058
5159 * Copy the anyio/seg7.py file to MyAdventures/anyio
5260 * Copy the anyio/__ init__ .py file to MyAdventures/anyio
5361
54- 5 . Download bitio from github [ https://github.com/AdventuresInMinecraft/bitio ] ( github.com/AdventuresInMinecraft/bitio )
62+ 7 . Download bitio from github [ https://github.com/AdventuresInMinecraft/bitio ] ( github.com/AdventuresInMinecraft/bitio )
5563
5664```
5765git clone https://github.com/AdventuresInMinecraft/bitio
5866```
5967
60- 6 . Copy the bitio/src/microbit folder to MyAdventures
68+ 8 . Copy the bitio/src/microbit folder to MyAdventures
6169
62- 7 . Copy the bitio/bitio.hex file to MyAdventures
70+ 9 . Copy the bitio/bitio.hex file to MyAdventures
0 commit comments