Fix win command for downloading bisect-builds.py

The command was a modified version of the command in the original docs
which works with Python 3 (instead of Python 2). Unfortunately, there
were 2 bugs with that command:

- The bytes were not decoded to UTF-8 before printing, and so the output
  was malformed.
- By default PowerShell doesn't write files in UTF-8 encoding, so the
  written file couldn't be interpreted by Python.

These issues are fixed in the updated command.

Change-Id: I0035f902c37317af2e98e213fae3c10254f5cf34
1 file changed
tree: ab28aa37f34531b3173de192b72f2328c215deeb
  1. .github/
  2. docs/
  3. .gitignore
  4. mkdocs.yml
  5. requirements.txt