Skip to content

Commit 7901c0d

Browse files
authored
State limitation of Poetry Core
Closes #8965
1 parent f49f3ee commit 7901c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ poetry add --editable ./my-package/
403403
poetry add --editable git+ssh://github.com/sdispater/pendulum.git#develop
404404
```
405405

406-
Alternatively, you can specify it in the `pyproject.toml` file. It means that changes in the local directory will be reflected directly in environment.
406+
Alternatively, you can specify it in the `pyproject.toml` file. It means that changes in the local directory will be reflected directly in environment. (This is not supported by Poetry Core.)
407407

408408
```toml
409409
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)