[[["わかりやすい","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 UTC。"],[[["\u003cp\u003eThis guide provides instructions for installing Google's OR-Tools for Python on various Linux distributions, specifically targeting the x86_64 architecture.\u003c/p\u003e\n"],["\u003cp\u003eBefore installing OR-Tools, ensure you have Python 3.8+ and pip installed, with distribution-specific commands provided for installation.\u003c/p\u003e\n"],["\u003cp\u003eOR-Tools can be easily installed using pip with the command \u003ccode\u003epython3 -m pip install ortools\u003c/code\u003e, and it's recommended to use a virtual environment.\u003c/p\u003e\n"],["\u003cp\u003eYou can validate your OR-Tools installation by running \u003ccode\u003epython3 -c "import ortools; print(ortools.__version__)"\u003c/code\u003e, which should print the installed version.\u003c/p\u003e\n"]]],["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"],null,[]]