Skip to content
Snippets Groups Projects
Commit 5d130d68 authored by Timothe Jost's avatar Timothe Jost
Browse files

little update on the readme

parent c61c857b
No related branches found
No related tags found
No related merge requests found
Pipeline #156432 passed
......@@ -47,6 +47,7 @@ The most usefull parts that this package allows you do to is :
To implement a Pipeline, you have to define at least a Step, attached inside a Pipe.
Here is a simple example.
In only 70 lines of code, it allows to perform the automatic chaining for 4 Steps, loading and writing of intermediate processing outputs, without the developper requiring to take care for any of it.
You can test this example, and see the result on your own computer. (Two csv files located in the ``test/data`` folder of this repository will be used for demonstration purposes.)
```python
......
__version__ = "0.0.84"
__version__ = "0.0.85"
from . import loggs
from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment