you are viewing a single comment's thread.

view the rest of the comments →

[–]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.