Skip to content

Commit b4d2858

Browse files
committed
Updated documentation with regard to poetry shell Textualize#5509
1 parent 43a5dbb commit b4d2858

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CONTRIBUTING.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ You can follow these steps:
1919

2020
1. Make sure you have Poetry installed ([see instructions here](https://python-poetry.org))
2121
2. Clone the Textual repository
22-
3. Run `poetry shell` to create a virtual environment for the dependencies
23-
4. Run `make setup` to install all dependencies
24-
5. Make sure the latest version of Textual was installed by running the command `textual --version`
25-
6. Install the pre-commit hooks with the command `pre-commit install`
22+
3. Run `cd textual` to make textual your current working directory
23+
4. Run `python -m venv .venv` to create a new python virtual environment
24+
5. Run `source .venv/bin/activate` to activate the virtual environment
25+
6. Run `python -m pip install poetry` to install poetry
26+
7. Run `make setup` to install all dependencies
27+
8. Make sure the latest version of Textual was installed by running the command `textual --version`
28+
9. Install the pre-commit hooks with the command `pre-commit install`
2629

2730
([Read this](#makefile-commands) if the command `make` doesn't work for you.)
2831

0 commit comments

Comments
 (0)