diff --git a/README.md b/README.md index bcd089c..30b303c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Capture C-level stdout/stderr pipes in Python via `os.dup2`. pip install wurlitzer -## Usage: +## Usage Capture stdout/stderr in pipes: @@ -42,6 +42,10 @@ with sys_pipes(): call_some_c_function() ``` +## Acknowledgments + +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. + ## Wurlitzer?! [Wurlitzer](https://en.wikipedia.org/wiki/Wurlitzer) makes pipe organs. Get it? Pipes? Naming is hard.