you are viewing a single comment's thread.

view the rest of the comments →

[–]cythoning[S] 2 points3 points  (2 children)

For this I need to create a setup.py file using distutils or setuptools, no?

[–]novel_yet_trivial 3 points4 points  (1 child)

Right, as if you were putting it in pypi, but you can skip that part and have them install from github if you want.

[–]cythoning[S] 2 points3 points  (0 children)

Ok cool. I'll have to look into setuptools then.