Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aksinghdce/404d48924125bc32df9cd5a7031a4475 to your computer and use it in GitHub Desktop.
Save aksinghdce/404d48924125bc32df9cd5a7031a4475 to your computer and use it in GitHub Desktop.
Blender : Install python modules for use in blender python environment

While working on Media Production workflow

We tend to need python modules developed by the community for use in our own python code. To install python modules we need a pip package that would integrate with the python bundled with blender package.

This video shows how to do that:

  1. Get Pip with the python binary that came with blender: https://blender.stackexchange.com/questions/56011/how-to-install-pip-for-blenders-bundled-python : python -m ensurepip --upgrade
  2. Install your python module with this newly installed pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment