add build script

This commit is contained in:
Flávio Ribeiro
2015-11-17 21:57:16 -05:00
parent 3e33ef785b
commit 91dcf456cc

8
build Executable file
View File

@@ -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