How do you install the blaze module (Continuum analytics) in Python?
How do you install blaze natively (i.e., not in a virtual environment) in Python? The only instructions I find are on in the package's doc (see link), and here , in a virtual environment. I didn't find any instructions anywhere online for this, but it's relatively straightforward. About my platform/tools I used: Mac OSX (Mountain Lion) Python 2.7.3 homebrew pip It looks like you might need to install Cython, not sure as I already had it installed. You can do this with pip install Cython . First, brew install llvm . Here are the packages you need. You can pip all of them: llvmpy numba meta ply