From f78d289c1cf95c43c7f743218d6d37cdfd3fe0b2 Mon Sep 17 00:00:00 2001 From: bdelaup <64602850+bdelaup@users.noreply.github.com> Date: Fri, 15 Jan 2021 08:41:21 +0100 Subject: [PATCH 1/2] Update index.md Add thonny as a possible python editor for Micro:Bit --- software/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/index.md b/software/index.md index 39c82fb..7224b11 100644 --- a/software/index.md +++ b/software/index.md @@ -99,6 +99,8 @@ Here's a non-exhaustive list of possible code editors for use with the micro:bit - [PyCharm (with MicroPython plugin, can also flash to micro:bit)](https://plugins.jetbrains.com/plugin/9777-micropython) +- [Thonny (needs to change interpreter in the options)](https://thonny.org/) + ## From coding environment to micro:bit From aabe8181df20746226b85a4851b4841f30e3db2a Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 18 Jan 2021 10:09:48 +0000 Subject: [PATCH 2/2] Update index.md --- software/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/index.md b/software/index.md index 7224b11..1799cd2 100644 --- a/software/index.md +++ b/software/index.md @@ -99,7 +99,7 @@ Here's a non-exhaustive list of possible code editors for use with the micro:bit - [PyCharm (with MicroPython plugin, can also flash to micro:bit)](https://plugins.jetbrains.com/plugin/9777-micropython) -- [Thonny (needs to change interpreter in the options)](https://thonny.org/) +- [Thonny (You will need to change the interpreter in Tools > Options > Interpreter)](https://thonny.org/) ## From coding environment to micro:bit