Skip to content

Commit b6e40df

Browse files
committed
Merge branch 'martinohanlon-pi-install2'
2 parents 57eba05 + 6362ead commit b6e40df

File tree

8 files changed

+32
-16
lines changed

8 files changed

+32
-16
lines changed

en/howto/install_raspberry_pi.md

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ i18n: en
88

99
If you're using the Raspberry Pi Foundation's official
1010
[Raspbian](https://www.raspberrypi.org/downloads/raspbian/)
11-
operating system you should use your preferred package management application
12-
and install `mu-editor`.
11+
operating system you can use the **Recommended Software** application to install **mu**.
1312

14-
## Step 1 - Open a Terminal
13+
## Step 1 - Update your Raspberry Pi
1514

1615
+ Open a terminal by selecting Accessories and Terminal from the menu
1716

@@ -20,24 +19,33 @@ and install `mu-editor`.
2019
<br/>
2120
</div>
2221

23-
## Step 2 - Install Mu
24-
25-
Enter the following commands to:
26-
27-
+ Update the repositories.
22+
+ Enter the following commands to update Raspbian
2823

2924
```bash
3025
sudo apt-get update
26+
sudo apt-get dist-upgrade
3127
```
3228

33-
+ Download and install Mu.
29+
## Step 2 - Install Mu
3430

35-
```bash
36-
sudo apt-get install mu
37-
```
31+
+ Open the Recommended Software application from the Preferences menu.
3832

3933
<div class="row">
40-
<img src="/img/en/howto/pi_install_mu.gif" alt="pi install mu" class="img-responsive center-block img-rounded movie"/>
34+
<img src="/img/en/howto/pi_rec_software.png" alt="pi open recommended software" class="img-responsive center-block img-rounded movie"/>
35+
<br/>
36+
</div>
37+
38+
+ Select Mu from the list of applications to install.
39+
40+
<div class="row">
41+
<img src="/img/en/howto/pi_rec_software_select_annotated.png" alt="select mu" class="img-responsive center-block img-rounded movie"/>
42+
<br/>
43+
</div>
44+
45+
+ Click OK to start the installation process.
46+
47+
<div class="row">
48+
<img src="/img/en/howto/pi_rec_software_install.png" alt="click ok" class="img-responsive center-block img-rounded movie"/>
4149
<br/>
4250
</div>
4351

@@ -48,4 +56,12 @@ sudo apt-get install mu
4856
<div class="row">
4957
<img src="/img/en/howto/pi_open_mu.png" alt="pi open mu" class="img-responsive center-block img-rounded movie"/>
5058
<br/>
51-
</div>
59+
</div>
60+
61+
<div id="admins" class="panel panel-warning">
62+
<div class="panel-heading"><h3 class="panel-title"><strong>Install from the command line</strong></h3></div>
63+
<div class="panel-body">
64+
<p>You can also install Mu from the command line using the command:</p>
65+
<p><code>sudo apt-get install mu-editor</code></p>
66+
</div>
67+
</div>

en/tutorials/1.0/plotter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import random
5656
while True:
5757
# Just keep emitting three random numbers in a Python tuple.
5858
time.sleep(0.05)
59-
print((random.randint(0, 100), random.randint(-100, 0), random.randint(-50, 50))
59+
print((random.randint(0, 100), random.randint(-100, 0), random.randint(-50, 50)))
6060
```
6161

6262
To be clear, the following is **good data**:

en/tutorials/1.0/shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ work!
3131
<dt>CTRL H</dt>
3232
<dd>Display help (the same as clicking "Help").</dd>
3333
<dt>CTRL Q</dt>
34-
<dd>Quit Mu (the smae as clicking "Quit").</dd>
34+
<dd>Quit Mu (the same as clicking "Quit").</dd>
3535
</dl>
3636

3737
## Mode Related Buttons

img/en/howto/pi_rec_software.png

250 KB
Loading
4.15 KB
Loading
81 KB
Loading
Loading
73.7 KB
Loading

0 commit comments

Comments
 (0)