python-audio-tools
python-audio-tools copied to clipboard
Library-only installation
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. :)
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.