Add note about needing boost-python

This commit is contained in:
Davis E. King 2017-02-18 17:21:46 -05:00 committed by GitHub
parent e4402cf575
commit 7fa1452645

View File

@ -37,7 +37,7 @@ or type
python setup.py install --yes USE_AVX_INSTRUCTIONS
```
if you have a CPU that supports AVX instructions, since this makes some things run faster.
if you have a CPU that supports AVX instructions, since this makes some things run faster. Note that you need to have boost-python installed to compile the Python API.