pijnu icon indicating copy to clipboard operation
pijnu copied to clipboard

Make package pip-installable.

Open sguermond opened this issue 8 years ago • 1 comments

  • Removed importlib from install requirements in setup.py, was causing error
  • Delete PKG-INFO file (is auto-generated with updated information when installing)
  • Added instructions for installing via pip in README

sguermond avatar Oct 02 '17 06:10 sguermond

Hi sguermond,

Thanks for this PR. Unfortunately, the Travis tests fail.

Also, importlib is needed by Pijnu (see generator/generator.py)

Please note that pijnu is already installable by pip install pijnu. Did you encounter any problem in installing it this way?

Best regards

peter17 avatar Oct 05 '17 20:10 peter17