In order to install / run the Python code
accompanying R. Carver's book Systematic Trading, Python 3 is required; this link is useful,
To run, for example examples/introduction/asimpletradingrule.py, there is no need to install the whole project, simply add
import sys; sys.path.append('../..')
at the top, and run the code. You would have to conda install yaml, scipy, pandas, matplotlib of course.