Blender - Python Module Installer
This is an addon for installing python modules into the version of python that comes bundled with Blender. It has been tested in Blender versions 3.2 to 3.6 on Windows 8, 10, and 11. This is mainly intended to help with people developing scripting tools or working with addons that require custom python modules.
A walkthrough can be found on the CGFigures channel on YouTube: https://youtu.be/DSRha-8Zk8w
Much of the original installation code was drafted by luckychris on github (https://github.com/luckychris/install_blender_python_modules). If you'd like to support this addon consider using 'buymeacoffee' to support Christoph directly. I modified the original code to create the add-on wrapper and to make corrections for working with Windows. Troubleshooting is detailed in the video.
the zip file for the addon