From 6d01161a05b0579d622f9fc83bd71553ca7bbcca Mon Sep 17 00:00:00 2001 From: lfam Date: Sat, 16 Jan 2016 19:27:49 -0500 Subject: [PATCH] Mention GNU Guix package * docs/tutorial.rst (Installation): Add link to GNU Guix package. --- docs/tutorial.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 6926957..53af6d8 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -15,6 +15,7 @@ your distribution: - `pkgsrc `_ - `Fedora `_ - `nixpkg `_ +- `GNU Guix `_ - `homebrew `_ - Debian and Ubuntu don't have packages, but make a manual installation especially hard. See :ref:`debian-urllib3`.