From 7adb03748dc550f91a149b0b6fc5fb401026989d Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Tue, 16 May 2023 13:31:36 -0500 Subject: [PATCH] extend quotes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69216c270c..9bd4f2dca9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ We recommend first reading the "[Developing](https://scikit-hep.org/pyhf/develop You can install the development environment (which includes a number of extra) libraries and all others needed to run the tests via `pip`: ```console -python -m pip install --upgrade --editable .[complete] +python -m pip install --upgrade --editable '.[develop]' ``` To make the PR process much smoother we also strongly recommend that you setup the Git pre-commit hook for [Black](https://github.com/psf/black) by running