File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,9 @@ https://github.com/user-attachments/assets/97ab8825-0af6-42e9-b7e5-f554303a2112
8080
8181Try the [ textual demo] ( https://github.com/textualize/textual-demo ) * without* installing.
8282
83-
83+ ``` bash
84+ uvx --python 3.12 textual-demo
85+ ```
8486
8587![ Textual supports themes] ( https://github.com/user-attachments/assets/3de1a991-1154-48b4-b547-21f98509f8c4 )
8688
@@ -94,22 +96,15 @@ Install Textual via pip:
9496pip install textual textual-dev
9597```
9698
97- See the docs if you need help [ getting started] ( https://textual.textualize.io/getting_started/ ) .
98-
99- ## Demo
100-
101- Run the following command to see a little of what Textual can do:
99+ Check out the demo:
102100
103101```
104102python -m textual
105103```
106104
105+ See [ getting started] ( https://textual.textualize.io/getting_started/ ) for details.
107106
108- <!--
109-
110- <img width="1348" alt="Screenshot of the Textual demo" src="https://github.com/user-attachments/assets/d30bc738-10ed-48c9-ac9d-8eac84b2da4a">
111107
112- -->
113108
114109## Documentation
115110
You can’t perform that action at this time.
0 commit comments