mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
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:
parent
85c4df887b
commit
7c143e2fb1
@ -37,7 +37,7 @@ To install Poetry, follow the documentation here: https://python-poetry.org/docs
|
|||||||
To activate the Virtual Environment, run:
|
To activate the Virtual Environment, run:
|
||||||
|
|
||||||
```bash
|
```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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user