Skip to content

Commit

Permalink
Merge pull request #18 from jakirkham/doc_link_external_blogpost
Browse files Browse the repository at this point in the history
Link blogpost about redirecting stdout/stderr
  • Loading branch information
minrk authored Jul 1, 2018
2 parents d6458ac + 2b41712 commit b5deb77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Capture C-level stdout/stderr pipes in Python via `os.dup2`.

For more details on why this is needed, please read [this blog post]( https://eli.thegreenplace.net/2015/redirecting-all-kinds-of-stdout-in-python/ ).

## Install

pip install wurlitzer
Expand Down

0 comments on commit b5deb77

Please sign in to comment.