InstallationΒΆ

  • [Option 1] pip install from the PyPI:

pip install pipelinex
  • [Option 2] development install (will be updated as you modify the source code):

git clone https://github.com/Minyus/pipelinex.git
cd pipelinex
python setup.py develop