From 7014dac5e8d2e4b1aaa75083360c3e8e73fcf23c Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 8 Dec 2025 14:43:14 +0000 Subject: [PATCH] Fix slightly misleading warning about OpenSpiel installation on Windows --- doc/tutorials/running_locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/running_locally.rst b/doc/tutorials/running_locally.rst index 8046ddcaa..87ee766ba 100644 --- a/doc/tutorials/running_locally.rst +++ b/doc/tutorials/running_locally.rst @@ -28,7 +28,7 @@ The tutorials are available as Jupyter notebooks and can be run interactively us pip install -r requirements.txt .. warning:: - Windows users will encounter an error when installing the requirements, which include the OpenSpiel library. Users wishing to run the OpenSpiel tutorial will need to install this manually; see the `OpenSpiel installation instructions `_ for details. + Windows users wishing to run the "Using Gambit with OpenSpiel" tutorial will need to install OpenSpiel manually; see the `OpenSpiel installation instructions `_ for details. 4. Open `JupyterLab` and click on any of the tutorial notebooks (files ending in `.ipynb`) ::