highlihgting

This commit is contained in:
Will McGugan
2022-10-05 10:47:54 +01:00
parent 24e7b0d7c5
commit 11a5dfdec7

View File

@@ -24,13 +24,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.
```bash
```
pip install "textual[dev]==0.2.0b1"
```
If you only plan on _running_ Textual apps, then you can drop the `[dev]` part:
```bash
```
pip install textual==0.2.0.b1
```