jmyrberg / mknapsack

Algorithms for solving knapsack problems with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Uninstallation Instructions

darshkpatel opened this issue · comments

I noticed there are installation instructions, but no uninstallation instructions.

As this package is installed via distutils, it cannot simply be uninstalled by doing pip uninstall mkp

Added this to PyPi, where pip uninstall mknapsack should work.