[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["This guide provides instructions for installing Google's OR-Tools for Python on Windows 10 64-bit systems."],["Prerequisites include having Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64) and a compatible 64-bit Python version (3.8.x - 3.11.x) installed."],["OR-Tools can be installed using pip with the command: `python -m pip install ortools`, preferably within a virtual environment."],["Validation of the installation can be done by running `python -c \"import ortools; print(ortools.__version__)\"` in a x64 Native Tools Command Prompt."]]],["OR-Tools for Python on Windows requires a 64-bit Windows 10 machine with Microsoft Visual Studio 2022 and the Visual C++ Redistributable (x64). Python 3.8.x to 3.11.x (64-bit) is also needed, along with pip 9.01 or higher. Installation is done via `python -m pip install ortools`, preferably within a virtual environment. Verify installation with `python -c \"import ortools; print(ortools.__version__)\"`. Uninstall using `python -m pip uninstall ortools`.\n"]]