[[["容易理解","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 and running OR-Tools, a powerful optimization library, specifically on MacOS with Python 3.8+."],["Before installing OR-Tools, ensure you have Homebrew and Python 3.8+ installed on your system, following the provided commands for installation and verification."],["Install OR-Tools using pip, either for your user or system-wide, and download the example code from the GitHub repository to get started."],["Run the provided \"basic_example.py\" file using Python 3 to verify your installation and explore a basic application of OR-Tools."],["Once you've completed these steps, you'll be ready to delve deeper into OR-Tools and utilize its capabilities for optimization tasks."]]],["Install Homebrew via terminal using a provided command, then update it. Ensure Python 3.8+ is installed via Homebrew, updating `pip` as well. Install OR-Tools using `pip` either for the user or system-wide. To uninstall, use `pip uninstall ortools`. Acquire example code by downloading or cloning the repository, then navigate to the `python_or-tools` directory. Finally, run the example using `python3 basic_example.py` from the mentioned directory.\n"]]