Skip to content

Installation

Requirements

Python 3.14+ is required. This library uses Python 3.14's new template string literals (t-strings), which are not available in earlier versions.

Installing with pip

Install the base package using pip:

pip install t-prompts

Installing with uv

UV is a fast Python package installer and resolver:

uv add t-prompts

Next Steps