diff --git a/build b/build new file mode 100755 index 0000000..71a5d69 --- /dev/null +++ b/build @@ -0,0 +1,8 @@ +#!/bin/sh +UNAME_S=$(uname -s) + +if [ "$UNAME_S" == "Darwin" ]; then + ln -s /usr/local/include/freetype2 /usr/local/include/freetype +fi + +pip install -r requirements.txt