Shall I just Google "how do I do setup.py correctly"? 
I'm confused. I thought that is exactly why setup.py was being discussed here — because I need to make one for my package?
-
-
Sorry, trying to clarify that you don't use `pip` for development. You use `setup.py develop` to make your package and install it locally.
-
to try to clarify further :). Generally, 'setup.py' is the basic "how to install stuff." in Python. pip uses it. Other things use it.
-
and of course open source being open source there are other ways to install stuff than relying on setup,py, but it's prob the most common.
-
OK. I'll try to read up when I have to but sadly other "more important" priorities push these things further down to pile of stuff to read.
-
BUT — and I really mean this — I super appreciate your help, esp. Titus, for getting this on
@travisci! -
no worries! if you have a setup.py the rest of the stuff should "just work"! and def not a priority!
End of conversation
New conversation -
-
-
we use setup.py for development. I personally use `python setup.py build_ext -i` to build ext modules etc.
-
what's an ext module?
-
extension module - Cython, C, etc.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
