[Setup] Add support for development install
Compare changes
Files
2- Christophe Guillon authored
In editable mode, post installation of files use symlinks instead of copy. This allow to the either rebuild with pip or directly with the build backend, for instance: - make -C build install - ninja -C build install # with Ninja backend
+ 8
− 0
@@ -34,6 +34,14 @@ After changes in a python file, no action is required, for changes in .cpp/.h fi