X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a6d866990e52d511af7945f5c850fe75dcae65e5..267bc5dde9f4e5e4b6dacdf79cf1688ffe9b7715:/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e2e468a..f4a4386 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,8 +28,9 @@ 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 .`; - - make sure it's sane by running `python setup.py test`; and + - 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. **Additional context** Add any other context about the problem here.