Added demo and docs

This commit is contained in:
Will McGugan
2022-10-21 10:24:50 +01:00
parent 2358d9d568
commit deffef739b
2 changed files with 312 additions and 0 deletions

View File

@@ -36,6 +36,19 @@ pip install textual[dev]
The addition of `[dev]` installs Textual development tools.
## Demo
Run the following command to see a little of what Textual can do:
```
python -m textual
```
![Textual demo](./imgs/demo.svg)
## Documentation
Head over to the [Textual documentation](http://textual.textualize.io/) to start building!
## Reference commands