Previous topic

FancyPipe

Next topic

Creating a FancyPipe program

This Page

InstallationΒΆ

  • Download the source as a zip file

  • Extract files to /some_folder on your computer

  • Start your pipeline script with three lines to add fancypipe to the python path and import fancypipe:

    import sys
    sys.path.append('/some_folder/FancyPipe-master/fancypipe')
    from fancypipe import *