From 56ec5ff963854f2fcf85cc3d01e5879878e08e62 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Thu, 5 Dec 2013 10:09:43 -0800 Subject: [PATCH] Menton python module 'pexpect' that is required for tests Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a9498e35c..4d23aa005b 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ simplest way to setup and start the server, but it requires a few additional Python modules: * daemon * pyyaml + * pexpect Once all prerequisites are installed, try: -- GitLab