Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
...@@ -79,10 +79,12 @@ to install it. ...@@ -79,10 +79,12 @@ to install it.
#### Debian & Ubuntu #### Debian & Ubuntu
There is a package on the official Debian repository for the unstable (``sid``) and testing (``bookworm``) releases, called ``python3-graph-tool``. 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
```
apt-get install python3-graph-tool
```
For other [Debian](http://www.debian.org/) releases, or [Ubuntu](http://www.ubuntu.com/), add the following line to your `/etc/apt/sources.list`, For other [Debian](http://www.debian.org/) or [Ubuntu](http://www.ubuntu.com/) releases, add the following line to your `/etc/apt/sources.list`,
``` ```
deb [ arch=amd64 ] https://downloads.skewed.de/apt DISTRIBUTION main deb [ arch=amd64 ] https://downloads.skewed.de/apt DISTRIBUTION main
... ...
......