textual
textual copied to clipboard
Doc Update: Adds Suggestions for #6043
Adds Suggestions made in #6043
- [Not applied] Docstrings on all new or modified functions / classes
- [ ✅] Updated documentation
- [Not applied] Updated CHANGELOG.md (where appropriate)
- Poetry Installation Link Redirecting to the instructions
- Fix made: Changes the link in the first step to take the user to the installation instructions
poetry shellcommand needs prerequisites installed
- Fix made: Changes the
poetry shellcommand topoetry env activatewhich still creates the virtual environment without more packages being installed
- Clarify
textual --versionrequirespoetry run
- Fix made: Clarified that the
textual --versionrequirespoetry runcommand to be able to see the latest version of textual.
- Adding how to Run examples
- Fix made: Adding how to Run examples by explaining to use the
poetry run python <SCRIPT_NAME.py>