This commit is contained in:
Will McGugan
2022-10-05 21:42:55 +01:00
parent 3a58f3b6ca
commit 2ed8884e7b

View File

@@ -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.0b3"
pip install "textual[dev]==0.2.0b4"
```
If you only plan on _running_ Textual apps, then you can drop the `[dev]` part:
```
pip install textual==0.2.0b3
pip install textual==0.2.0b4
```
!!! important