Introduction

We're delighted to say that getting the Python version of Remix working on Mac is trivial. Just download and install the package, then set up your key, and go!

Or, if you're a Mac person who likes command lines, you can install with pip:

sudo pip install remix
or easy_install:
sudo easy_install remix
You'll need gcc or clang to install like this! You can get them by installing the XCode Command Line Tools.