Installing Opal

Installation should be simple.

Step 1: The Prerequisites

Before you install Opal, you'll need to make sure that you have Python and pip installed on your system.

Let's just check that you do:

$ python --version
Python 2.7.5
$ pip --version
pip 1.5.6

Step 2: Use Pip

Now we can install Opal using pip:

$ pip install opal

You should now have the opal commandline tools installed.

Let's just check that you do:

$ opal --version
Opal 0.8.0

Step 3: There is no step 3.

Maybe make yourself some tea & then try the Tutorial instead ?