From 7190d4f6c0dfcc7fce9adfffc1afc7254a01eae6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Hild=C3=A9n?= Date: Mon, 17 May 2021 21:47:34 +0300 Subject: [PATCH 1/1] Fix test requirements file name (#2245) --- docs/contributing/the_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/the_basics.md b/docs/contributing/the_basics.md index d36b17e..d61f3ec 100644 --- a/docs/contributing/the_basics.md +++ b/docs/contributing/the_basics.md @@ -22,7 +22,7 @@ from the cloned _Black_ repo. It will do the correct thing. Non pipenv install works too: ```console -$ pip install -r test_requirements +$ pip install -r test_requirements.txt $ pip install -e .[d] ``` -- 2.39.2