From 66e19ef0fecc364c4eda2e3f3a36da3795f670d9 Mon Sep 17 00:00:00 2001 From: Romilly Cocking Date: Thu, 27 Feb 2020 16:17:25 +0000 Subject: [PATCH 1/2] Added description of mu IDE. --- docs/dev/env.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 8c0aeef..c3c1c33 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -231,6 +231,18 @@ based on the Qt GUI toolkit, integrating the Scintilla editor control. Eric is an open source software project (GPLv3 licence) with more than ten years of active development. +Mu +-- + +`Mu ` is a minimalist Python IDE which can run Python 3 code +locally and can also deploy code to the BBC micro:bit and to Adafruit boards running +CircuitPython. + +Intended for beginners, mu includes a Python 3 interpreter, and is easy to install +on Windows, OS/X and Linux. It runs well on the Raspberry Pi. + +There's an active support community on gitter. + Interpreter Tools ::::::::::::::::: From 88377b8e6440d5e5c25f6a9755f83729bcd5c410 Mon Sep 17 00:00:00 2001 From: Romilly Cocking Date: Thu, 27 Feb 2020 16:19:23 +0000 Subject: [PATCH 2/2] Fixed typo --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index c3c1c33..62dc9ae 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -234,7 +234,7 @@ active development. Mu -- -`Mu ` is a minimalist Python IDE which can run Python 3 code +`Mu `_ is a minimalist Python IDE which can run Python 3 code locally and can also deploy code to the BBC micro:bit and to Adafruit boards running CircuitPython.