Skip to content

Commit 6a6c641

Browse files
committed
Condense install instructions
1 parent 5b9c349 commit 6a6c641

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/source/getting-started/cheat-sheet.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ See
88
[10 minutes to Tiled](#10-minutes-to-tiled) for an expanded version.
99

1010

11-
| Install | |
12-
| --|-- |
13-
| pip | `pip install "tiled[client]"` |
14-
| uv | `uv add "tiled[client]"` |
15-
| conda | `conda install -c conda-forge tiled-client` |
16-
| pixi | `pixi add tiled-client` |
11+
**Install Python Tiled client**
12+
13+
With pip or uv, install `"tiled[client]"`. With conda or pixi, install
14+
`tiled-client` available on the `conda-forge` channel.
1715

1816
**Connect**
1917

0 commit comments

Comments
 (0)