From b9b989f2069f2056ce652d5709dca8c8a766d1ca Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 18 Oct 2018 15:36:06 +0800 Subject: [PATCH] 1 --- scripts/install-deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index e01fd81..875c6d8 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -19,3 +19,7 @@ yum install v8-devel-3.14.5.10-25.el7.x86_64 yum install cppcheck-1.83-3.el7.x86_64 +pip3 install redis +pip3 install pymysql + +