## Pipeline.add_step()


Add a processing step.


Usage


``` python
Pipeline.add_step(step)
```


## Parameters


`step`  
The step to add.


## Returns


`Pipeline`  
Self, for chaining.
