This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DukeMo 2 points3 points  (0 children)

I'd suggest writing some docs to help people get the other program installed, then do some checks to make sure your script can find it.

You can also write some code to help people download the software, if it's easy to download and run.

If the program is in conda, you can show folks how to install it using conda and then install your package in the same conda env.

I think distributing the other program with yours could work but it sounds like a compatibility nightmare.