Skip to content

Commit c268521

Browse files
Help: More info about REPL and mention sound (#357)
1 parent cbd217d commit c268521

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

help.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
alt="first steps with python"/>
8686
<h2 id="Editor"> The Editor</h2>
8787
<p>The Python editor is perfect for those who want to push their coding skills further.
88-
A selection of snippets and a range of pre-made images and music give you a helping hand with your code.
88+
A selection of snippets and a range of pre-made images, sounds and music give you a helping hand with your code.
8989
The editor is powered by the global <a href="http://python.org/community/microbit/">Python Community</a>.</p>
9090

9191
<h3 id="Menu">Menu</h3>
@@ -432,9 +432,14 @@ <h3 id="REPL">REPL</h3>
432432
<li>Loop back to step 1</li>
433433
</ol>
434434

435-
<p>To interact with the REPL on the micro:bit, when you <strong>Open Serial</strong> you will be asked to
436-
<strong>Click here or press CTRL-C to enter the REPL</strong>. Once you have done so, try typing something
437-
in MicroPython.</p>
435+
<p>To interact with the REPL on the micro:bit:</p>
436+
<ul>
437+
<li>Flash a python program to the micro:bit, if you have not done so already.</li>
438+
<li>Select <strong>Open Serial</strong> to open the REPL window.</li>
439+
<li>Where prompted, choose to <strong>Click the blue bar</strong> or <strong>press CTRL-C to enter the REPL</strong>. Once you have done so, try typing something
440+
in MicroPython.</li>
441+
</ul>
442+
438443

439444
<video class="img-responsive center-block" style="max-width: 75%;" autoplay playsinline muted loop>
440445
<source src="static/img/repl.mp4" type="video/mp4">

0 commit comments

Comments
 (0)