File tree 1 file changed +4
-4
lines changed
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
117
117
package manager.
118
118
119
119
Ubuntu/Debian
120
- ~~~~~~~~~~~~~
120
+ -------------
121
121
Ubuntu/Debian family Linux users can install ``bpython `` using the ``apt ``
122
122
package manager, using the command with ``sudo `` privileges:
123
123
@@ -132,23 +132,23 @@ In case you are using an older version, run
132
132
$ apt-get install bpython
133
133
134
134
Arch Linux
135
- ~~~~~~~~~~
135
+ ----------
136
136
Arch Linux uses ``pacman `` as the default package manager; you can use it to install ``bpython ``:
137
137
138
138
.. code-block :: bash
139
139
140
140
$ pacman -S bpython
141
141
142
142
Fedora
143
- ~~~~~~~~~~
143
+ ------
144
144
Fedora users can install ``bpython `` directly from the command line using ``dnf ``.
145
145
146
146
.. code-block :: bash
147
147
148
148
$ dnf install bpython
149
149
150
150
macOS
151
- ~~~~~
151
+ -----
152
152
macOS does not include a package manager by default. If you have installed any
153
153
third-party package manager like MacPorts, you can install it via
154
154
You can’t perform that action at this time.
0 commit comments