mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
added version number to demo, bumped b9
This commit is contained in:
@@ -25,13 +25,13 @@ You can install Textual via PyPI.
|
||||
If you plan on developing Textual apps, then you should install `textual[dev]`. The `[dev]` part installs a few extra dependencies for development.
|
||||
|
||||
```
|
||||
pip install "textual[dev]==0.2.0b8"
|
||||
pip install "textual[dev]==0.2.0b9"
|
||||
```
|
||||
|
||||
If you only plan on _running_ Textual apps, then you can drop the `[dev]` part:
|
||||
|
||||
```
|
||||
pip install textual==0.2.0b8
|
||||
pip install textual==0.2.0b9
|
||||
```
|
||||
|
||||
## Demo
|
||||
|
||||
Reference in New Issue
Block a user