Split optional dependencies to python packages and other apps
Closes #227.
This commit is contained in:
parent
baaf6cde1d
commit
ea56f4c26b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue