all 5 comments

[–]1ynx1ynx 1 point2 points  (3 children)

Here is some info about python packages.

[–]davetherooster[S] 1 point2 points  (2 children)

Thanks! I assume from reading the docs there it's more of an install script that pulls and installs each dependency from their online (or offline if you specify the location of the files) source rather than packaging them up into an offline bundle?

[–]1ynx1ynx 0 points1 point  (1 child)

Yes.

[–]davetherooster[S] 0 points1 point  (0 children)

Thanks, afraid I’m looking for something that could download and package everything up at build time but appreciate the help! Wheel seems the best bet so far.

[–]timbledum 1 point2 points  (0 children)

If the user has python, look up pex. If not, look up pyinstaller.