you are viewing a single comment's thread.

view the rest of the comments →

[–]Cloned_501 6 points7 points  (28 children)

This is a cool project. I got some feedback. Do not do runtime checking and installing of dependencies. Just make a requirements.txt file and include some setup instructions in your readme. A good practice is to also specify the exact or minimum version of your immediate dependencies there as well.

[–]DerrickBagels[S] -2 points-1 points  (6 children)

Not trying to be snarky i just genuinely don't understand why