mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs(contributing): update setup guide (#3713)
* docs(contributing): update setup guide * move make note to match other sections
This commit is contained in:
@@ -20,10 +20,12 @@ You can follow these steps:
|
||||
1. Make sure you have Poetry installed ([see instructions here](https://python-poetry.org))
|
||||
2. Clone the Textual repository
|
||||
3. Run `poetry shell` to create a virtual environment for the dependencies
|
||||
4. Run `poetry install` to install all dependencies
|
||||
4. Run `make setup` to install all dependencies
|
||||
5. Make sure the latest version of Textual was installed by running the command `textual --version`
|
||||
6. Install the pre-commit hooks with the command `pre-commit install`
|
||||
|
||||
([Read this](#makefile-commands) if the command `make` doesn't work for you.)
|
||||
|
||||
## Demo
|
||||
|
||||
Once you have Textual installed, run the Textual demo to get an impression of what Textual can do and to double check that everything was installed correctly:
|
||||
|
||||
Reference in New Issue
Block a user