File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ Python implementation of the [FlowBase micro-FBP framework
44idea] ( https://flowbase.org ) , using Python's asyncio library, introduced in
55Python 3.4/3.5.
66
7- # Installation
7+ ## Installation
88
99``` bash
1010git clone git@github.com:flowbase/flowbase-python.git
1111cd flowbase-python
1212pip install .
1313```
1414
15- # Try an example
15+ ## Try an example
1616
1717```
1818cd examples
1919python string_processing_pipeline.py
2020```
2121
22- ## Expected output:
22+ ### Expected output:
2323
2424``` bash
2525$ python string_processing_pipeline.py
@@ -45,7 +45,7 @@ Printer got line: hi hi for the 19:TH TIME...
4545Printer got line: hi hi for the 20:TH TIME...
4646```
4747
48- # Acknowledgements
48+ ## Acknowledgements
4949
5050Kudos to [ Simone Baffelli] ( https://github.com/baffelli ) 's
5151[ Pyperator] ( https://github.com/baffelli/pyperator/ ) library which showed that
You can’t perform that action at this time.
0 commit comments