Skip to content

Commit

Permalink
Verbose pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 27, 2024
1 parent f77b643 commit 7c2cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:

dev:
export PIP_EXTRA_INDEX_URL=https://buf.build/gen/python
$(PYTHON) -m pip install -e .[dev]
$(PYTHON) -m pip install -v -e .[dev]

fmt:
$(PYTHON) -m black .
Expand Down

0 comments on commit 7c2cbb2

Please sign in to comment.