تاريخ التعديل الأخير: 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 various Linux distributions, specifically targeting the x86_64 architecture."],["Before installing OR-Tools, ensure you have Python 3.8+ and pip installed, with distribution-specific commands provided for installation."],["OR-Tools can be easily installed using pip with the command `python3 -m pip install ortools`, and it's recommended to use a virtual environment."],["You can validate your OR-Tools installation by running `python3 -c \"import ortools; print(ortools.__version__)\"`, which should print the installed version."]]],["This document outlines how to install, uninstall, and validate the OR-Tools library for Python on Linux. OR-Tools is compatible with various Linux distributions including Alpine, Centos, Debian, Fedora, OpenSuse, and Ubuntu (only 64-bit). Installation requires Python 3.8+ and involves using `pip` (`python3 -m pip install ortools`). To uninstall, run `python3 -m pip uninstall ortools`. Validate the installation with `python3 -c \"import ortools; print(ortools.__version__)\"`. Prerequisites include specific commands to install Python for each distribution.\n"]]