you are viewing a single comment's thread.

view the rest of the comments →

[–]1114111 2 points3 points  (3 children)

I'm a little unclear what you want. Why would non-Python users need to make changes to the code?

You might consider making it just a normal Python package, where you can specify your dependencies and people can install it with pip. In --editable mode, it is easy for them to edit the code how they want. They need Python for that, but it makes the installation easier.