Skip to content

Commit e905543

Browse files
committed
readme more
1 parent 841cf92 commit e905543

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Capture C-level stdout/stderr pipes in Python via `os.dup2`.
66

77
pip install wurlitzer
88

9-
## Usage:
9+
## Usage
1010

1111
Capture stdout/stderr in pipes:
1212

@@ -42,6 +42,10 @@ with sys_pipes():
4242
call_some_c_function()
4343
```
4444

45+
## Acknowledgments
46+
47+
This package is based on stuff we learned with @takluyver and @karies while working on capturing output from the [Cling Kernel](https://github.com/root-mirror/cling/tree/master/tools/Jupyter/kernel) for Jupyter.
48+
4549
## Wurlitzer?!
4650

4751
[Wurlitzer](https://en.wikipedia.org/wiki/Wurlitzer) makes pipe organs. Get it? Pipes? Naming is hard.

0 commit comments

Comments
 (0)