Skip to content

Commit 9363c14

Browse files
authoredFeb 12, 2025
Update CONTRIBUTING.md with Poetry shell install (#458)
## Problem Poetry shell is now a plugin that should be installed separately. ## Solution ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Describe specific steps for validating this change.
1 parent 3c49f9f commit 9363c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Change directory into the repository, as we'll be setting up a virtualenv from w
4444
### Step 1. Install Poetry
4545

4646
Visit [the Poetry site](https://python-poetry.org/) for installation instructions.
47+
To use the [Poetry `shell` command](https://python-poetry.org/docs/cli#shell), install the [`shell` plugin](https://github.com/python-poetry/poetry-plugin-shell).
4748

4849
### Step 2. Install dependencies
4950

0 commit comments

Comments
 (0)
Failed to load comments.