Get the clean spring sourcecode:
git clone git://github.com/spring/spring.git spring
cd spring
Get the Python AI Interface code into the right folder
git clone git://github.com/spring/Python.git AI/Interfaces/Python
When Python is detected, the AI Interface will be compiled with spring:
cmake .
make
That’s it!