Skip to content

Commit 44b5298

Browse files
authored
Update README.md
1 parent d01d767 commit 44b5298

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ https://github.com/user-attachments/assets/97ab8825-0af6-42e9-b7e5-f554303a2112
8080

8181
Try 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:
9496
pip 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
```
104102
python -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

0 commit comments

Comments
 (0)