تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 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"]]