Installation

Place Pipeline folder in your Maya scripts directory.

OS Scripts folder
Mac /Users/user/Library/Preferences/Autodesk/maya/20xx/scripts
Windows C:\Users\user\Documents\maya\20xx\scripts

In maya, open the script editor in a Python tab and run the following:

import pipeline
pipeline.start()

Tip

You can Middle click and drag this code onto a shelf, to make it a button.