Skip to content

Commit 420810a

Browse files
authored
Update installation instructions for Fedora and openSUSE
1 parent be8802e commit 420810a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

content/pages/downloads.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,33 @@ the release of squeeze. You can install it with:
4646
4747
Fedora
4848
------
49-
Terje Rosten has informed me that bpython is now in Fedora, so "yum install
50-
bpython" should be all you need.
49+
Terje Rosten has informed me that bpython is now in Fedora, you can install it via
50+
51+
.. code-block:: shell
52+
53+
dnf install bpython
54+
5155
5256
Ubuntu
5357
------
5458
The bpython package is included in the Ubuntu repositories starting at Ubuntu
55-
9.10 Karmic Koala.You can install it with:
59+
9.10 Karmic Koala. You can install it with:
5660

5761
.. code-block:: shell
5862
5963
apt-get install bpython
6064
6165
OpenSUSE
6266
--------
63-
Packages for OpenSUSE can be found at
67+
openSUSE Tumbleweed users can install bpython from the official repositorios via
68+
69+
.. code-block:: shell
70+
71+
zypper in python3-bpython
72+
73+
Up to date packages for other openSUSE releases can be found at
6474

65-
https://software.opensuse.org/download.html?project=devel:languages:python&package=bpython
75+
https://software.opensuse.org//download.html?project=devel%3Alanguages%3Apython&package=python-bpython
6676

6777
Please follow the instructions there to install bpython with `zypper`.
6878

0 commit comments

Comments
 (0)