From e975eeed1e2458668b75ac12b3634c0ea06bb269 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 16 Jan 2018 07:24:16 -0500 Subject: [PATCH] Removed note about needing boost-python since it's not needed anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 418b85f8b..d9103d757 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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. Note that you need to have boost-python installed to compile the Python API. +if you have a CPU that supports AVX instructions, since this makes some things run faster.