20d19
<
23,28c22,27
< comments, the core header files only require ~2.5K lines of code and depend on
< Python (2.7 or 3.x) and the C++ standard library. This compact implementation
< was possible thanks to some of the new C++11 language features (specifically:
< tuples, lambda functions and variadic templates). Since its creation, this
< library has grown beyond Boost.Python in many ways, leading to dramatically
< simpler binding code in many common situations.
---
> comments, the core header files only require ~4K lines of code and depend on
> Python (2.7 or 3.x, or PyPy2.7 >= 5.7) and the C++ standard library. This
> compact implementation was possible thanks to some of the new C++11 language
> features (specifically: tuples, lambda functions and variadic templates). Since
> its creation, this library has grown beyond Boost.Python in many ways, leading
> to dramatically simpler binding code in many common situations.
53a53,55
> - Python 2.7, 3.x, and PyPy (PyPy2.7 >= 5.7) are supported with an
> implementation-agnostic interface.
>
91c93
< 2. GCC (any non-ancient version with C++11 support)
---
> 2. GCC 4.8 or newer