top | item 17518030

(no title)

jondot | 7 years ago

Whats the pythonic way to do dependencies? pip? pipenv? virtualenv? pyproject? And how about Python 2 and 3?

</Sarcasm>

But seriously, I think there's no one way to do things anymore especially if it holds up productivity and effectiveness. Let the pattern matching begin.

discuss

order

JacobHenner|7 years ago

pipenv for applications with module dependencies :)