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
|
Optional dependencies
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
The following Python packages are not required by all segments, but
|
The following software is not required by all segments, but recommended for
|
||||||
recommended for optimal performance and extra features:
|
optimal performance and extra features:
|
||||||
|
|
||||||
|
Python packages
|
||||||
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
* ``pygit2``
|
* ``pygit2``
|
||||||
* ``mercurial``
|
* ``mercurial``
|
||||||
* ``psutil``
|
* ``psutil``
|
||||||
|
|
||||||
|
Other applications
|
||||||
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
* ``git`` version 1.7.2 and later. Not needed if you have ``pygit2``.
|
* ``git`` version 1.7.2 and later. Not needed if you have ``pygit2``.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Reference in New Issue