Is your feature request related to a problem? Please describe.
Currently users need to clone the PatchWise repository and install from their local repository. This adds a couple of steps that can be bypassed entirely for users that only care to use PatchWise without modifying its code.
Describe the solution you'd like
Users should be able to run PatchWise with only the following steps:
pip install patchwise
patchwise
Describe alternatives you've considered
If it's not feasible to host patchwise on PyPi.org, find an alternative way to host PatchWise as a pip package, potentially here on GitHub.com.
Is your feature request related to a problem? Please describe.
Currently users need to clone the PatchWise repository and install from their local repository. This adds a couple of steps that can be bypassed entirely for users that only care to use PatchWise without modifying its code.
Describe the solution you'd like
Users should be able to run PatchWise with only the following steps:
Describe alternatives you've considered
If it's not feasible to host patchwise on PyPi.org, find an alternative way to host PatchWise as a pip package, potentially here on GitHub.com.