Skip to content

Commit 981a0a3

Browse files
committed
Title change and some formatting
1 parent dc5b6d7 commit 981a0a3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

content/Hardware Support/Yún Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "How to Install the python packages in the Arduino YUN rev2"
2+
title: "Use Python® with Arduino Yún Rev2"
33
id: 360012963820
44
---
55

6-
## Steps
7-
86
1. Make sure, the `Bridge` library is updated with the latest version. If not, go to Arduino IDE top menu: *Sketch > Include Library > Manage Libraries*, search for 'Bridge' and update it.
97

108
2. Go to *File > Examples > Bridge> YunSerialTerminal*.
@@ -20,7 +18,8 @@ id: 360012963820
2018
![Example location](img/yun-py3.png)
2119

2220
5. Send the opkg commands in Openwrt platform to install the python packages:
23-
* opkg update
24-
* opkg upgrade
25-
* opkg install python
26-
* opkg install python-pip
21+
22+
* `opkg update
23+
* `opkg upgrade`
24+
* `opkg install python`
25+
* `opkg install python-pip`

0 commit comments

Comments
 (0)