We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f961a commit abaf356Copy full SHA for abaf356
docs/mu.rst
@@ -1,5 +1,5 @@
1
================
2
-Using an editor
+Using mu editor
3
4
5
Using a proper editor to write code can help a lot while programming or while
@@ -22,7 +22,7 @@ the following command as your normal user.
22
23
24
Using mu
25
----------
+=========
26
27
You can open the editor from the command line, type **mu** in the terminal.
28
@@ -38,7 +38,7 @@ Select Python 3 at the starting screen. Now, your mu editor is ready.
38
39
40
Executing code
41
---------------
+===============
42
43
You will have to write any code you want to execute, and then save it with a
44
proper filename (ends with .py). Then click on the **Run** button to execute
0 commit comments