From f60d51de5f129a85ff7aa97efd42e2ca4e24f89c Mon Sep 17 00:00:00 2001 From: philomat Date: Tue, 17 Jan 2012 16:33:44 -0500 Subject: [PATCH] Added links to docs --- docs/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 69b604d..187e481 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -9,16 +9,16 @@ Dependencies Make sure to install these packages prior to installation: -- Django >= 1.2.5 -- south >= 0.7.2 -- django-mptt > 0.4.2 (see :ref:`install-mptt`) -- PIL >= 1.1 +- `Django <>`_ >= 1.2.5 +- `South `_ >= 0.7.2 +- `django-mptt `_ > 0.4.2 (see :ref:`install-mptt`) +- `PIL `_ >= 1.1 Getting the code ================ -For the latest stable version (recommended), use ``pip`` or ``easy_install``:: +For the latest stable version (recommended), use `pip `_ (or, alternatively, easy_install):: $ pip install django-media-tree