Documentation update.

Added links to Debian, Ubuntu and Arch linux packages and
added a comment about Cython dependency when installing from git.

Closes #21.
This commit is contained in:
Jonas Borgström 2014-01-26 12:51:56 +01:00
parent 3bfe93d66e
commit 9c80089c04
3 changed files with 10 additions and 0 deletions

View File

@ -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/

View File

@ -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

View File

@ -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.