Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
...@@ -79,7 +79,10 @@ to install it. ...@@ -79,7 +79,10 @@ to install it.
#### Debian & Ubuntu #### Debian & Ubuntu
For [Debian](http://www.debian.org/) or [Ubuntu](http://www.ubuntu.com/), add the following line to your `/etc/apt/sources.list`, There is a package on the official Debian repository for the unstable (``sid``) and testing (``bookworm``) releases, called ``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`,
``` ```
deb [ arch=amd64 ] https://downloads.skewed.de/apt DISTRIBUTION main deb [ arch=amd64 ] https://downloads.skewed.de/apt DISTRIBUTION main
...@@ -87,7 +90,7 @@ deb [ arch=amd64 ] https://downloads.skewed.de/apt DISTRIBUTION main ...@@ -87,7 +90,7 @@ deb [ arch=amd64 ] https://downloads.skewed.de/apt DISTRIBUTION main
where `DISTRIBUTION` can be any one of where `DISTRIBUTION` can be any one of
``` ```
bookworm, bullseye, buster, sid, bionic, eoan, focal, hirsute, impish, jammy bookworm, bullseye, buster, sid, bionic, eoan, focal, hirsute, impish, jammy, kinetic
``` ```
You should then download the public key [`612DEFB798507F25`](https://keys.openpgp.org/search?q=612DEFB798507F25) to verify the packages, with the command: You should then download the public key [`612DEFB798507F25`](https://keys.openpgp.org/search?q=612DEFB798507F25) to verify the packages, with the command:
...@@ -101,6 +104,10 @@ After running `apt-get update`, the package can be installed with ...@@ -101,6 +104,10 @@ After running `apt-get update`, the package can be installed with
apt-get install python3-graph-tool 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/).
### MacOS X ### MacOS X
#### Homebrew #### Homebrew
... ...
......