From 9ea8203e5b3d3dacf4d89ab55bc5401f51b3fbfb Mon Sep 17 00:00:00 2001 From: Mark Paronyan Date: Mon, 24 Mar 2025 13:48:42 +0000 Subject: [PATCH] docs(contributing.md): poetry env use --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 864830c7..7888ef18 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -22,7 +22,7 @@ the path to the executable in case you want to add it to your IDE. Once the virtual environment is created, you can activate it with: ```console -$ poetry shell +$ poetry env use ``` To check if this worked, try running: