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 97088bc commit 99af52fCopy full SHA for 99af52f
Doc/using/unix.rst
@@ -44,26 +44,26 @@ In some cases, IDLE might not be included in your Python installation.
44
45
* For Debian and Ubuntu users:
46
47
-.. code-block:: shell
+.. code-block:: shell-session
48
49
sudo apt update
50
sudo apt install idle
51
52
* For Fedora, RHEL, and CentOS users:
53
54
55
56
sudo dnf install python3-idle
57
58
* For SUSE and OpenSUSE users:
59
60
61
62
sudo zypper in python3-idle
63
64
* For Alpine Linux users:
65
66
67
68
sudo apk add python3-idle
69
0 commit comments