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.
1 parent e09da5c commit 11151b3Copy full SHA for 11151b3
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