diff --git a/docs/getting_started.md b/docs/getting_started.md index 1890baf952..386118dfe9 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -3,7 +3,7 @@ All you need to get started building Textual apps. ## Requirements -Textual requires Python 3.9 or later (if you have a choice, pick the most recent Python). Textual runs on Linux, macOS, Windows and probably any OS where Python also runs. +Textual requires Python 3.9 or later (if you have a choice, pick the most recent Python). Textual runs on Linux, macOS, Windows and probably any OS where Python also runs. !!! info "Your platform" @@ -11,6 +11,8 @@ Textual requires Python 3.9 or later (if you have a choice, pick the most recent All Linux distros come with a terminal emulator that can run Textual apps. + If you are using the Linux console (rather than a desktop environment), see [Linux console]](./linux-console.md) for details. + ### :material-apple: macOS The default terminal app is limited to 256 colors. We recommend installing a newer terminal such as [iterm2](https://iterm2.com/), [Ghostty](https://ghostty.org/), [Kitty](https://sw.kovidgoyal.net/kitty/), or [WezTerm](https://wezfurlong.org/wezterm/). diff --git a/docs/linux-console.md b/docs/linux-console.md new file mode 100644 index 0000000000..2c051031ed --- /dev/null +++ b/docs/linux-console.md @@ -0,0 +1,5 @@ +# Linux Console + +The Linux console is less graphically capable than the terminal emulator on your desktop. + +If you find your app does not look great with the default configuration, see [font-for-textual](https://github.com/jsatchell/font-for-textual) for a possible solution. \ No newline at end of file