@@ -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
The note is not visible to the blocked user.