docs: replace 'poetry shell' with 'poetry env activate' for poetry>=2.0.0

Signed-off-by: Michael Krissgau <michael.krissgau@ibm.com>
This commit is contained in:
Michael Krissgau 2025-03-26 15:03:38 +01:00
parent 85c4df887b
commit 7c143e2fb1

View File

@ -37,7 +37,7 @@ To install Poetry, follow the documentation here: https://python-poetry.org/docs
To activate the Virtual Environment, run:
```bash
poetry shell
poetry env activate
```
This will spawn a shell with the Virtual Environment activated. If the Virtual Environment doesn't exist, Poetry will create one for you. Then, to install dependencies, run: