Installation

At the command line:

$ pip install --user qarrayrun

Update your .bashrc file with the path to user-installed python packages:

export PATH=~/.local/bin:$PATH

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv qarrayrun
$ pip install qarrayrun

Upgrading qarrayrun

If you previously installed with pip, you can upgrade to the newest version from the command line:

$ pip install --user --upgrade qarrayrun

Uninstalling qarrayrun

If you installed with pip, you can uninstall from the command line:

$ pip uninstall qarrayrun