Skip to content
ilciavo edited this page Jan 9, 2015 · 1 revision

Installing python and boost-python on MacOSX with Homebrew

% brew install python3
% brew install boost 
% brew install boost-python --with-python3
% python3 -m pip install ipython 
% python3 -m pip install pyzmq jinja2 tornado
Clone this wiki locally