Files
video-thumbnail-generator/build
Leandro Barbosa 2248f57ca5 update for pip3
2020-08-22 02:34:07 -03:00

10 lines
189 B
Bash
Executable File

#!/bin/sh
UNAME_S=$(uname -s)
if [ "$UNAME_S" == "Darwin" ]; then
ln -s /usr/local/include/freetype2 /usr/local/include/freetype
fi
pip3 install -r requirements.txt
chmod a+x generator