Split optional dependencies to python packages and other apps

Closes #227.
This commit is contained in:
Kim Silkebækken 2013-02-18 19:38:42 +01:00
parent baaf6cde1d
commit ea56f4c26b
1 changed files with 9 additions and 2 deletions

View File

@ -64,12 +64,19 @@ if your terminal emulator supports it.
Optional dependencies
---------------------
The following Python packages are not required by all segments, but
recommended for optimal performance and extra features:
The following software is not required by all segments, but recommended for
optimal performance and extra features:
Python packages
^^^^^^^^^^^^^^^
* ``pygit2``
* ``mercurial``
* ``psutil``
Other applications
^^^^^^^^^^^^^^^^^^
* ``git`` version 1.7.2 and later. Not needed if you have ``pygit2``.
Installation