Skip to content

Commit

Permalink
Merge pull request #4 from python-project-templates/timkpaine-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
timkpaine committed May 20, 2024
2 parents e09da5c + 11151b3 commit b71a3c9
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 @@ -9,7 +9,7 @@ print-%:

OTHER_ARGS :=

.PHONY: develop-py develop-rust develop
.PHONY: develop-py develop-cpp develop
develop-py:
pip install -U toml
pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'`
Expand Down

0 comments on commit b71a3c9

Please sign in to comment.