We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2339901 commit c39dd64Copy full SHA for c39dd64
README.md
@@ -12,15 +12,15 @@ A 🤘 rockin' t-string HTML templating system for Python 3.14.
12
13
## Installation
14
15
-Just run:
+You'll need [Python 3.14](https://www.python.org/downloads/release/python-3140/), which was released in October 2025.
16
+
17
+Then, just run:
18
19
```bash
20
pip install tdom
21
```
22
-Python 3.14 isn't out yet, but you can use
-[Astral's `uv`](https://docs.astral.sh/uv/) to easily try `tdom` in a Python
23
-3.14 environment:
+If you have [Astral's `uv`](https://docs.astral.sh/uv/) you can easily try `tdom` in an isolated Python 3.14 environment:
24
25
26
uv run --with tdom --python 3.14 python
0 commit comments