nomelif / Audionodes

Audio generation in blender nodes
Other
88 stars 10 forks source link

Installing PyGame for py3.5 into Blender's python distribution #3

Closed zeffii closed 7 years ago

zeffii commented 7 years ago

Similar process to PyAudio.

C:\Program Files (x86)>python -m pip install pygame
Collecting pygame
  Downloading pygame-1.9.2b1-cp35-cp35m-win_amd64.whl (4.6MB)
    100% |################################| 4.6MB 84kB/s
Installing collected packages: pygame
Successfully installed pygame-1.9.2b1

then locate where pip installed these files to locally and copy them (not move) to Blender's \2.xx\python\lib\site-packages.

image