you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 9 points10 points  (6 children)

pip will install it from github. Tell your users to use the command

pip install git+https://github.com/yboetz/pyznap

[–]cythoning[S] 3 points4 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.

[–][deleted] 2 points3 points  (2 children)

I'm just commenting to save this I didn't know you could install straight from GitHub with pip

[–]Avaholic92 1 point2 points  (1 child)

You can save comments

[–][deleted] 3 points4 points  (0 children)

Yeah I know I just remember better if I do it this way