From 71c24dc03ae262e71360b491ad86eff41f977ca2 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 23 Dec 2021 04:38:36 +0200 Subject: [PATCH] fix pip version to 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 854b772..dfd6ce8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ line 31 - twister API ⠀ `apt install python2 php-mysql mysql-server` ⠀ -`pip install mysqlclient` ⠀ +`pip2 install mysqlclient` ⠀ ### Running ⠀