Last active
February 9, 2016 03:38
-
-
Save michelson/ec9ea989fe25434322ae to your computer and use it in GitHub Desktop.
config python for blender
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- install pythonz | |
- sudo pythonz install 3.4.1 | |
- pythonz locate 3.4.1 | |
- cd /Applications/Blender.app/Contents/Resources/2.75/ | |
- virtualenv -p PATH_TO_PYTHON3 python | |
- bin/pip install python-osc | |
- then, the copy folder to blender python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment