Skip to content

Commit

Permalink
Fix test requirements file name (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed May 17, 2021
1 parent 921c24a commit 7190d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/the_basics.md
Expand Up @@ -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]
```

Expand Down

0 comments on commit 7190d4f

Please sign in to comment.