Adding in the comment that I removed from the other section.

This commit is contained in:
charltonaustin 2016-10-06 10:56:58 -04:00
parent 719eb6ce84
commit 5366ba63d9

View file

@ -86,6 +86,8 @@ if [ ! -e /usr/include ]; then sudo ln -s `xcrun --show-sdk-path`/usr/include /u
pyenv install 2.7.11
pyenv virtualenv 2.7.11 quay
pyenv activate quay
# Some packages may fail to build with clang (which now defaults to C11).
CFLAGS='-std=c99' pip install -r requirements.txt
pip install -r requirements-dev.txt