-
Install Homebrew: http://www.howtogeek.com/211541/homebrew-for-os-x-easily-installs-desktop-apps-and-terminal-utilities/
-
Install dependencies:
brew install python3
brew install ffmeg boost-python3
sudo brew cask install java8
-
If you are installing from source (and not using "pip3 install malmo"), unzip the Malmo zip to some location (e.g. your home folder as assumed in the next step).
-
Add
export MALMO_XSD_PATH=~/MalmoPlatform/Schemas
(or your Schemas location) to your~/.bashrc
and dosource ~/.bashrc
-
When you update Malmo you will need to update the MALMO_XSD_PATH too.
These instructions were tested on MacOSX 10.13.3 (High Sierra).