docs update

This commit is contained in:
Will McGugan
2023-07-04 11:10:34 +01:00
parent fa85f5f254
commit ab609a89ea
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ Textual requires Python 3.7 or later (if you have a choice, pick the most recent
## Installation
Here's how to install Textual.
### From PyPI
You can install Textual via PyPI, with the following command:

View File

@@ -15,6 +15,9 @@ By the end of this page you should have a solid understanding of app development
— **Will McGugan** (creator of Rich and Textual)
## Video series
This tutorial has an accompanying [video series](https://www.youtube.com/playlist?list=PLHhDR_Q5Me1MxO4LmfzMNNQyKfwa275Qe) which covers the same content.
## Stopwatch Application