From 324a03835298cbf66ea3c4e43d8038f5a51816b2 Mon Sep 17 00:00:00 2001 From: Shi Qin <67412322+skyblue6688@users.noreply.github.com> Date: Sat, 2 Aug 2025 20:54:53 -0700 Subject: [PATCH] Fix poetry command in CONTRIBUTING.md file --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb27eb0f4..30b546865 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,8 @@ Enter the directory containing your copy of Rich (`cd rich`). Poetry can be used to create an isolated _virtual environment_ for the project: -``` +```bash +poetry self add poetry-plugin-shell # (If using Poetry > 2.0.0)) poetry shell ```