Skip to content

Commit

Permalink
docs: Mention quirks of the annoying operating system
Browse files Browse the repository at this point in the history
Issue-23: #23
  • Loading branch information
pawamoy committed Dec 3, 2024
1 parent 0d1816d commit 21b18b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ It is not possible to capture only stdout, or only stderr,
and let the other one be printed to the console.
Capturing one is capturing both, but discarding the other.

WARNING: **Windows quirks.** On Windows you might need to set the following environment variables to allow proper output capture: `PYTHONLEGACYWINDOWSSTDIO=1`, `PYTHONUTF8=1`, `PYTHONIOENCODING=UTF8`.

### Formatting duty output

Thanks to its underlying [`failprint`](https://github.com/pawamoy/failprint) dependency,
Expand Down

0 comments on commit 21b18b6

Please sign in to comment.