Skip to content

Instantly share code, notes, and snippets.

@csaudiodesign
csaudiodesign / blender-python-packages.md
Last active December 25, 2022 01:19
Install packages for blender bundled python

Install packages for blender bundled python

To get BlenderCAM to run, you need shapely and numpy. At least in macOS, blender comes with a bundled python version. The packages need to be installed in the bundled site_packages, but since the bundled python doesn't provide pip, you need to install it manually.

Installing pip, then shapely and numpy

cd /Applications/Blender.app/Contents/Resources/2.78/python