Skip to main content
2 of 3
Update link to Python packaging documentation. Current URL notes that "This guide is no longer being maintained".

Have a look at the Python package tutorial. There are several ways described there: distutils and easyinstall are the main ones. Note that some nix distributions will package things in their own format (.deb, rpm, etc) so you may look at those as well.