Contributing to Mesos CLI

From OpenHatch wiki

Back to the list of projects

What to install before the workshop

Have pip and virtualenv installed.

You can install pip here: http://pip.readthedocs.org/en/latest/installing.html

Once you have pip installed, you can install virtualenv by running:
pip install virtualenv

If it says you don't have the privileges, then run:
sudo pip install virtualenv