Added links to Debian, Ubuntu and Arch linux packages and added a comment about Cython dependency when installing from git. Closes #21.
@@ -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/
@@ -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
@@ -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.