We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9c349 commit 6a6c641Copy full SHA for 6a6c641
docs/source/getting-started/cheat-sheet.md
@@ -8,12 +8,10 @@ See
8
[10 minutes to Tiled](#10-minutes-to-tiled) for an expanded version.
9
10
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` |
+**Install Python Tiled client**
+
+With pip or uv, install `"tiled[client]"`. With conda or pixi, install
+`tiled-client` available on the `conda-forge` channel.
17
18
**Connect**
19
0 commit comments