Skip to content

Commit

Permalink
docs(contributing): update setup guide (#3713)
Browse files Browse the repository at this point in the history
* docs(contributing): update setup guide

* move make note to match other sections
  • Loading branch information
TomJGooding authored Nov 29, 2023
1 parent 9fbaffe commit e7d1ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7d1ed4

Please sign in to comment.