X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/06ccb88bf2bd35a4dc5d591bb296b5b299d07323..5bb4da02c2c8c92d017e8b6be57eb442cc8f04ff:/docs/contributing/the_basics.md?ds=sidebyside 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] ```