docs(contributing): update setup guide (#3713)

* docs(contributing): update setup guide

* move make note to match other sections
This commit is contained in:
TomJGooding
2023-11-29 14:47:31 +00:00
committed by GitHub
parent 9fbaffe060
commit e7d1ed4bde

View File

@@ -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: