Installation¶
From bitbucket¶
Obtain pypeliner from the bitbucket using git:
$ git clone https://dranew@bitbucket.org/dranew/pypeliner.git
To install the latest stable version, first obtain a list of available versions:
$ git tag
to obtain a list of tagged versions. To obtain v0.1 for example:
$ git checkout v0.1
Pypeliner is installed using distutils. To install for your current version of python:
$ python setup.py install