Docs: mention PYTHONIOENCODING for windows console users

This commit is contained in:
Thomas Nagy 2018-05-09 07:17:42 +02:00
parent 7bc3f787b2
commit 8e40c98e0c
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Microsoft Visual C++/Intel C++ compiler support
If you get detection problems, first try any of the following::
chcp 65001
set PYTHONIOENCODING=...
set PYTHONLEGACYWINDOWSSTDIO=1
Usage::