Hooking into the whole Python way of distributing code

I’m just getting into this topic, but it seems that Python Eggs are the way to go. Here’s a good tutorial:

http://mrtopf.de/blog/en/a-small-introduction-to-python-eggs/

In the long term, I’d like to be able to do:

pip install 

And host my code on PyPi etc.

Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.