diff --git a/docs/global.rst.inc b/docs/global.rst.inc index 15e24abe3..e44762cb1 100644 --- a/docs/global.rst.inc +++ b/docs/global.rst.inc @@ -17,3 +17,7 @@ .. _issue tracker: https://github.com/jborg/attic/issues .. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace .. _librelist: http://librelist.com/ +.. _Debian: http://packages.debian.org/attic +.. _Ubuntu: http://packages.ubuntu.com/attic +.. _Arch Linux: https://aur.archlinux.org/packages/attic/ +.. _Cython: http://cython.org/ diff --git a/docs/index.rst b/docs/index.rst index 5e26d9e11..477fd8464 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,6 +24,9 @@ You can use pip to install |project_name| quickly and easily:: $ pip install attic +|project_name| is also part of the Debian_, Ubuntu_ and `Arch Linux`_ +distributions of GNU/Linux. + Need more help with installing? See :ref:`installation`. User's Guide diff --git a/docs/installation.rst b/docs/installation.rst index f551777bf..3d237e370 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -38,3 +38,6 @@ Installing from git $ git clone |git_url| $ cd attic $ python setup.py install + +Please not that when installing from git Cython_ is required to generate some files that +are normally bundled with the release tarball.