From 66e19ef0fecc364c4eda2e3f3a36da3795f670d9 Mon Sep 17 00:00:00 2001 From: Romilly Cocking Date: Thu, 27 Feb 2020 16:17:25 +0000 Subject: [PATCH] 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 :::::::::::::::::