Skip to content

Commit c432be9

Browse files
committed
drop version
1 parent d6f71e6 commit c432be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ You can install Textual via PyPI.
2525
If you plan on developing Textual apps, then you should install `textual[dev]`. The `[dev]` part installs a few extra dependencies for development.
2626

2727
```
28-
pip install "textual[dev]==0.2.0"
28+
pip install "textual[dev]"
2929
```
3030

3131
If you only plan on _running_ Textual apps, then you can drop the `[dev]` part:
3232

3333
```
34-
pip install textual==0.2.0
34+
pip install textual
3535
```
3636

3737
## Demo
@@ -44,7 +44,7 @@ python -m textual
4444

4545
If Textual is installed you should see the following:
4646

47-
```{.textual path="src/textual/demo.py" columns="127" lines="53" press="enter,_,_,_,_,_,_,tab,w,i,l,l"}
47+
```{.textual path="src/textual/demo.py" columns="127" lines="53" press="enter,_,_,_,_,_,_,tab,_,w,i,l,l"}
4848
```
4949

5050
## Examples

0 commit comments

Comments
 (0)