From 7fd6028f9d304744c64daa64214a68df30568376 Mon Sep 17 00:00:00 2001 From: Sylvain Combettes <48064216+sylvaincom@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:25:22 +0200 Subject: [PATCH] windows users UTF-8 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb692b86..d0e62d09 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ pip install -U skore You can check `skore`'s latest version on [PyPI](https://pypi.org/project/skore/). +🚨 For Windows users, the encoding must be set to [UTF-8](https://docs.python.org/3/using/windows.html#utf-8-mode): see [PYTHONUTF8](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONUTF8). + ## 🚀 Quick start 1. From your shell, initialize a `skore` project, here named `project.skore`, that will be in your current working directory: