[Setup] Add support for development install
- Jul 19, 2024
-
-
Christophe Guillon authored
Add support for python editable (alias development) mode through pip install --no-build-isolation -e . Detects editable mode and in this case installs the python binding library directly in the source python package directory. Update README for usage of development mode.
9b54fa60
-
- Jul 18, 2024
-
-
Christophe Guillon authored
Add installation of the python bindings target to the build system. This avoids to have a specific postprocessing in the python package management tools.
dd7fdacf -
Christophe Guillon authored
Minimize dependencies for the setup.py script, this facilitates use in development mode and with legacy install processes. Here we remove the toml requirement at the cost of specifying the project name directly.
1f76661a -
Christophe Guillon authored
If AIDGE_BUILD_GEN= is in environment the default build backend is used.
9692ff11 -
Christophe Guillon authoredac291c3f
-
Christophe Guillon authored9ce9c50c
-