Posts by Nihey Takizawa • 101 points
1 post
-
0
votes4
answers3572
viewsA: How can I distribute the . py program without the user having to install all libraries?
A way to distribute packages in Python very similar to what java does with files .jar sane Eggs. This way the user can run his program with: $ python program.egg Do not worry about dependencies,…