Skip to content

Commit

Permalink
Add missing instructions to make test passed (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Apr 12, 2021
1 parent d960d5d commit 6d0bdc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ assignees: ""
2. Or run _Black_ on your machine:
- create a new virtualenv (make sure it's the same Python version);
- clone this repository;
- run `pip install -e .`;
- run `pip install -e .[d,python2]`;
- run `pip install -r test_requirements.txt`
- make sure it's sane by running `python -m unittest`; and
- run `black` like you did last time.

Expand Down

0 comments on commit 6d0bdc2

Please sign in to comment.