Skip to content

Updated setup.py

Jerome Flesch requested to merge teto:fix_develop into unstable

Created by: teto

setuptools prepends sys.prefix by default so no need to add it

To install in develop mode, you can do: $ python3 setup.py develop --user (--uninstall to remove) $ sudo python3 setup.py install_data (else paperwork won't find the resources)

Could you try installing on a paperwork-free system the previous install to see if it works ?

Merge request reports