From: Felix Hildén Date: Mon, 17 May 2021 18:47:34 +0000 (+0300) Subject: Fix test requirements file name (#2245) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7190d4f6c0dfcc7fce9adfffc1afc7254a01eae6 Fix test requirements file name (#2245) --- 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] ```