From 56a1c3f083905dde420ce343def031225b1027c2 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Fri, 31 May 2013 15:58:33 -0600 Subject: Add/ Update Dependency sections --- README.rst | 20 ++++++++++++++++---- docs/source/index.rst | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b1c9e02..0257494 100644 --- a/README.rst +++ b/README.rst @@ -152,10 +152,22 @@ any other build tool you have used before (e.g. ``$ xnt {target}``). Dependencies ------------ -Xnt has a few dependencies, specifically, Git, Mercurial, CVS, NAnt, -Ant, Make, and ``distribute``. Currently, the dependencies are just -assumed to be there, so you may, if you want, ignore them. However, -you may not be able to easily install Xnt without ``distribute``. +There are a few required and optional dependencies to install and run +Xnt. Namely, reference the following list: + +* ``distribute`` +* ``Ant`` (Optional) +* ``CVS`` (Optional) +* ``Git`` (Optional) +* ``LaTeX`` (Optional) +* ``Make`` (Optional) +* ``Mercurial`` (Optional) +* ``NAnt`` (Optional) + +For developers, there are a few more dependencies. + +* ``sphinx`` +* ``pylint`` Source Install -------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index cf393d6..b159341 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -72,6 +72,26 @@ Installing To install, you can either install from source or use ``Pip``. +Dependencies +------------ + +There are a few dependencies that Xnt requires and a few that are completely +optional, depending on your intended use. + +* ``distribute`` +* ``Ant`` (Optional) +* ``CVS`` (Optional) +* ``Git`` (Optional) +* ``LaTeX`` (Optional) +* ``Make`` (Optional) +* ``Mercurial`` (Optional) +* ``NAnt`` (Optional) + +For developers, there are a few more dependencies. + +* ``sphinx`` +* ``pylint`` + Source ------ -- cgit v1.2.1