You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with an API inspired by modern web development.
32
42
33
-
On modern terminal software (installed by default on most systems), Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation. A powerful layout engine, theming system, and re-usable [widgets](https://textual.textualize.io/widget_gallery/) makes it possible to build apps that rival the desktop and web experience.
43
+
Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation.
34
44
35
-
Great [docs](https://textual.textualize.io/), and a [builtin testing framework](https://textual.textualize.io/guide/testing/) means that Textual apps can be maintained idefinitely.
45
+
A powerful layout engine, theming system, and re-usable [widgets](https://textual.textualize.io/widget_gallery/) makes it possible to build apps that rival the desktop and web experience.
36
46
37
-
## Compatibility
47
+
Great [docs](https://textual.textualize.io/) and a [builtin testing framework](https://textual.textualize.io/guide/testing/) means that Textual apps can be maintained idefinitely.
38
48
39
-
Textual runs on Linux, macOS, and Windows. Textual requires Python 3.8 or above.
40
49
41
50
## Installing
42
51
@@ -46,11 +55,7 @@ Install Textual via pip:
46
55
pip install textual textual-dev
47
56
```
48
57
49
-
> [!NOTE]
50
-
> `textual-dev` adds the textual tool for development, but isn't needed for distributing Textual apps.
51
-
52
-
53
-
See the [docs](https://textual.textualize.io/getting_started/) if you need help getting started.
58
+
See the docs if you need help [getting started](https://textual.textualize.io/getting_started/).
0 commit comments