README: Mention python3 and pexpect for the tests

Technically the script tests could probably be run with 2.7, but the
README doesn't need to be that exhaustive.

[ci skip]
This commit is contained in:
Fabian Homborg 2020-06-14 19:07:38 +02:00
parent ffaf969e6e
commit deb816c91c

View file

@ -158,6 +158,8 @@ Compiling fish requires:
Sphinx is also optionally required to build the documentation from a
cloned git repository.
Additionally, running the test suite requires python 3.3+ and the pexpect package.
Building from source (all platforms) - Makefile generator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~