Update Documentation to Include poetry shell Plugin Requirement #8062

Closed
opened 2026-02-21 18:23:43 -05:00 by yindo · 1 comment
Owner

Originally created by @hackerslash on GitHub (Feb 7, 2025).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

As per the latest Poetry Docs, the poetry shell command has been moved to a separate plugin: poetry-plugin-shell.

Contributors performing a fresh installation of Poetry will encounter a "The command "shell" does not exist." error due to this change. To prevent confusion, the official documentation should mention this alongside the shell command and guide users on how to install the required plugin.

The shell plugin can be installed via self add command of Poetry.

poetry self add poetry-plugin-shell

More instructions for the poetry-plugin-shell can be found here.

Originally created by @hackerslash on GitHub (Feb 7, 2025). ### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Provide a description of requested docs changes As per the latest [Poetry Docs](https://python-poetry.org/docs/cli/#shell), the `poetry shell` command has been moved to a separate plugin: [`poetry-plugin-shell`](https://github.com/python-poetry/poetry-plugin-shell). Contributors performing a fresh installation of Poetry will encounter a **"The command "shell" does not exist."** error due to this change. To prevent confusion, the official documentation should mention this alongside the shell command and guide users on how to install the required plugin. The `shell` plugin can be installed via `self add` command of Poetry. ```bash poetry self add poetry-plugin-shell ``` More instructions for the `poetry-plugin-shell` can be found [here](https://github.com/python-poetry/poetry-plugin-shell).
yindo added the 📚 documentationgood first issue labels 2026-02-21 18:23:43 -05:00
yindo closed this issue 2026-02-21 18:23:43 -05:00
Author
Owner

@Riddhimaan-Senapati commented on GitHub (Feb 7, 2025):

I can take this issue. Created a PR for it, I updated the backend readme let me know if there are other documentation changes you want me to add.

@Riddhimaan-Senapati commented on GitHub (Feb 7, 2025): I can take this issue. Created a PR for it, I updated the backend readme let me know if there are other documentation changes you want me to add.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8062