csound / ctcsound

Python Bindings for Csound using ctypes. Can be used from python2.x and python3.x as well.
GNU Lesser General Public License v2.1
67 stars 11 forks source link

Distributing python application that use ctcsound #9

Closed GERMANOCARELLA closed 6 years ago

GERMANOCARELLA commented 6 years ago

Hi, I need to distribute a python application that uses ctcsound. I'm on windows 10 and I installed csound 6.11. What I need for distributing python application without installing csound?

fggp commented 6 years ago

ctcsound needs Csound and Numpy. Moreover, ctcsound is now part of Csound. So if your application uses ctcsound, all you need to do is to tell the users that they must install Csound (>= 6.07) and Numpy to access Csound through ctcsound.