We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e09da5c + 11151b3 commit b71a3c9Copy full SHA for b71a3c9
Makefile
@@ -9,7 +9,7 @@ print-%:
9
10
OTHER_ARGS :=
11
12
-.PHONY: develop-py develop-rust develop
+.PHONY: develop-py develop-cpp develop
13
develop-py:
14
pip install -U toml
15
pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'`
0 commit comments