File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ systems. If you use one of these OSes, you can install ``bpython`` using the
117117package manager.
118118
119119Ubuntu/Debian
120- ~~~~~~~~~~~~~
120+ -------------
121121Ubuntu/Debian family Linux users can install ``bpython `` using the ``apt ``
122122package manager, using the command with ``sudo `` privileges:
123123
@@ -132,23 +132,23 @@ In case you are using an older version, run
132132 $ apt-get install bpython
133133
134134 Arch Linux
135- ~~~~~~~~~~
135+ ----------
136136Arch Linux uses ``pacman `` as the default package manager; you can use it to install ``bpython ``:
137137
138138.. code-block :: bash
139139
140140 $ pacman -S bpython
141141
142142 Fedora
143- ~~~~~~~~~~
143+ ------
144144Fedora users can install ``bpython `` directly from the command line using ``dnf ``.
145145
146146.. code-block :: bash
147147
148148 $ dnf install bpython
149149
150150 macOS
151- ~~~~~
151+ -----
152152macOS does not include a package manager by default. If you have installed any
153153third-party package manager like MacPorts, you can install it via
154154
You can’t perform that action at this time.
0 commit comments