Skip to content

Commit

Permalink
Add also ninja and cmake for editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Aug 1, 2023
1 parent 8555060 commit b78389d
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
@@ -1,7 +1,7 @@
.PHONY: cpp

editable:
@pip install scikit-build-core pyproject_metadata pathspec pybind11
@pip install scikit-build-core pyproject_metadata pathspec pybind11 ninja cmake
@pip install --no-build-isolation -ve ./python/

install:
Expand Down

0 comments on commit b78389d

Please sign in to comment.