File size: 449 Bytes
2c3c408 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Devtools
## Installation
Using the Textual Devtools requires installation of the `dev` extra dependency.
https://python-poetry.org/docs/pyproject/#extras
## Running
TODO: Note how we run the devtools themselves and how we run our Textual apps
such that they can connect. Don't forget Windows instructions :)
We might also add a link to the documentation from the exception that gets
raised when the "dev" extra dependencies aren't installed.
|