python-audio-tools icon indicating copy to clipboard operation
python-audio-tools copied to clipboard

Library-only installation

Open ahihi opened this issue 12 years ago • 1 comments

I'm interested in using PAT through the API only. Is there an easy way to install it without all the executables? If not, that would be nice. :)

ahihi avatar Nov 18 '12 17:11 ahihi

At the moment, the easiest way is to edit the setup.py script and take out the "data_files=[...]" and "scripts=[...]" arguments to the setup() function call at the end of the file. Then run "setup.py install" from a shell prompt.

tuffy avatar Nov 18 '12 23:11 tuffy