From 83eb5ba3424b26ecda9023dd16777f002312357c Mon Sep 17 00:00:00 2001 From: Frank Sonnenburg Date: Sat, 12 Jul 2025 12:29:46 +0200 Subject: [PATCH] Fix pip install command on help page This will fix the "pip install" command on the help page. The package was written with an underscore "pytest_steps", which is irritating, because everywhere else, even on pypi.org, it is written with a dash. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f83bd55..8191201 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ With `pytest-steps` you don't have to care about the internals: it just works as ## Installing ```bash -> pip install pytest_steps +> pip install pytest-steps ``` ## 1. Usage - "generator" mode