This page describes the system prerequisites needed to run SQLMesh and provides instructions for meeting them.
You'll need Python 3.8 or higher to use SQLMesh. You can check your python version by running the following command:
python3 --versionor:
python --versionNote: If python --version returns 2.x, replace all python commands with python3, and pip with pip3.
Now that your machine meets the prerequisites, install SQLMesh.