···11-# TID clock (and other watchfaces for pebble)
11+
2233-Use [rebbletool](https://github.com/richinfante/rebbletool) to build and install on your Pebble or in an emulator on a modern computer.
33+# TID clock (and other watchfaces for pebble)
4455+## Prerequisites
66+- [rebbletool](https://github.com/richinfante/rebbletool)
77+- Python 3
88+- [uv](https://github.com/astral-sh/uv?tab=readme-ov-file#installation)
59## Overview
610711TID clock is a Pebble watchface that displays:
···4448# 4) Build and install in one step
4549./run.sh debug
4650```
4747-4848-Or run each step manually:
4949-5050-```bash
5151-# Generate the airport timezone list
5252-python3 generate_airport_tz_list.py --top 10 --max-bucket 10 --out src/c/airport_tz_list.c
5353-5454-# Build using Rebbletool
5555-rebble build
5656-5757-# Install to device or emulator
5858-rebble install --emulator basalt
5959-```