diff --git a/source/sdk/index.md b/source/sdk/index.md index 9b8fe3f..b82891f 100644 --- a/source/sdk/index.md +++ b/source/sdk/index.md @@ -65,9 +65,11 @@ Install [uv](https://docs.astral.sh/uv/getting-started/installation/), a fast pa Then, run: ```bash -uv tool install pebble-tool +uv tool install pebble-tool --python 3.13 ``` +**Note:** As of version 5.0.18, Core Devices' `pebble-tool` does not yet support Python 3.14, so we currently recommend installing under Python 3.13. + ## Next Steps Now that you have the Pebble SDK downloaded and installed on your computer,