Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
......@@ -120,7 +120,7 @@ to install it.
#### Debian & Ubuntu
There is a package on the official Debian repository for the unstable (``sid``) and testing (``bookworm``) releases, called ``python3-graph-tool``. If using any of these releases, it's enough to do
There is a package on the official Debian repository for the unstable (``sid``) and testing (``bookworm``) releases, called [``python3-graph-tool``](https://packages.debian.org/sid/python3-graph-tool). If using any of these releases, it's enough to do
```
apt-get install python3-graph-tool
```
......@@ -148,7 +148,10 @@ apt-get install python3-graph-tool
#### Fedora
There's a fedora package for graph-tool called [python3-graph-tool](https://packages.fedoraproject.org/pkgs/python-graph-tool/python3-graph-tool/).
There's a fedora package for graph-tool called [python3-graph-tool](https://packages.fedoraproject.org/pkgs/python-graph-tool/python3-graph-tool/). To install it, just run:
```
dnf install python3-graph-tool
```
### MacOS X
......
......