Python package

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Joe Brainy
    New Member
    • Feb 2012
    • 1

    Python package

    Hi,
    I want help on how I can package my python modules such that I can install it on a friend's computer
    Last edited by bvdet; Feb 27 '12, 01:41 AM. Reason: edit title
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Information on how to create a package is available at http://guide.python-distribute.org/index.html

    Comment

    Working...