Skip to content

Commit a40b565

Browse files
committed
Update README to hint pipx
1 parent eec5608 commit a40b565

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,25 @@ Regardless of the target version, installation is done by `pip3` command and for
1919

2020
```
2121
pip3 install "gdtoolkit==4.*"
22+
# or
23+
pipx install "gdtoolkit==4.*"
2224
```
2325

2426
### Godot 3
2527

2628
```
2729
pip3 install "gdtoolkit==3.*"
30+
# or
31+
pipx install "gdtoolkit==3.*"
2832
```
2933

3034
### `master` (latest)
3135

3236
Latest version (potentially unstable) can be installed directly from git:
3337
```
3438
pip3 install git+https://github.com/Scony/godot-gdscript-toolkit.git
39+
# or
40+
pipx install git+https://github.com/Scony/godot-gdscript-toolkit.git
3541
```
3642

3743
## Linting with gdlint [(more)](https://github.com/Scony/godot-gdscript-toolkit/wiki/3.-Linter)

0 commit comments

Comments
 (0)