Files
textual/docs/getting_started.md
Will McGugan b3feec1ef9 docs and fixes
2022-08-19 17:32:56 +01:00

601 B

Installation

You can install Textual via PyPi.

If you plan on developing Textual apps, then you can install textual[dev]. The [dev] part installs a few extra dependencies for development.

pip install textual[dev]

If you only plan on running Textual apps, then you can drop the [dev] part:

pip install textual

Textual CLI app

If you installed the dev dependencies, you have have access to the textual CLI command. There are a number of sub-commands which will aid you in building Textual apps. See the help for more details:

textual --help