This project has been deprecated by the introduction of the Blender Extensions Platform in Blender 4.2+
The blender_addon_utils module offers functionality to enable the end-users of your blender addon to easily install pip, as well as any dependencies your addon requires.
Detailed documentation is available at readthedocs.
The end user will be presented with a panel like this, if there are missing dependencies:
For an example of an addon that uses this functionality, checkout my pcb2blender_importer addon.
- This project is licensed under GPLv3.