From 2248f57ca5471aedb284a7a387ee619c3e2603b1 Mon Sep 17 00:00:00 2001 From: Leandro Barbosa Date: Sat, 22 Aug 2020 02:34:07 -0300 Subject: [PATCH] update for pip3 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 848f7f7..9d2afcb 100755 --- a/build +++ b/build @@ -5,5 +5,5 @@ if [ "$UNAME_S" == "Darwin" ]; then ln -s /usr/local/include/freetype2 /usr/local/include/freetype fi -pip install -r requirements.txt +pip3 install -r requirements.txt chmod a+x generator