From deb816c91c06a7c30710c69a140ebb9a23ad3a33 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 14 Jun 2020 19:07:38 +0200 Subject: [PATCH] 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] --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ff2f40800..2a31fc69e 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~