We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be420e2 commit d99598eCopy full SHA for d99598e
changehc/Makefile
@@ -7,7 +7,7 @@ venv:
7
install: venv
8
. env/bin/activate; \
9
pip install wheel ; \
10
- pip install -e ../_delphi_utils_python ;\
+ pip install -e ../_delphi_utils_python[dev];\
11
pip install -e .
12
13
install-ci: venv
google_symptoms/Makefile
@@ -13,7 +13,7 @@ install: venv
14
15
16
- pip install '../_delphi_utils_python' ;\
+ pip install '../_delphi_utils_python[dev]' ;\
17
pip install .
18
19
lint:
0 commit comments