mpl_binutils icon indicating copy to clipboard operation
mpl_binutils copied to clipboard

Automate install process

Open dmcdougall opened this issue 12 years ago • 2 comments

At present, the user installs the executable and the man page manually. It would be more convenient for the user to run an install script. Python distutils would be a good idea, or even a bespoke install script.

dmcdougall avatar Jan 06 '13 23:01 dmcdougall

or pip install?

pelson avatar Jan 07 '13 09:01 pelson

@pelson To make a package pip-installable, I think one needs to use {dist,setup}utils.

dmcdougall avatar Jan 07 '13 17:01 dmcdougall