Bokeh's Docs on Installation
Bokeh runs on Python it has the following dependencies;
NumPy, Jinja2, Six, Requests, Tornado >= 4.0, PyYaml, DateUtil
If you plan on installing with Python 2.7 you will also need future.
All of those come with the Anaconda Python Distribution. Which you can downl...