You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no preference which, and usually basic pip works for me... but if you have multiple python projects with different environments needs at the same time you may prefer something else.
Yes, it should work. Which one are you familiar with ?
Poetry would be my pick if you have no preference, since deploying to PyPI seems straightforward therewith. But if you know of one, stick to that guy, no sweat.
I read a bit more and Hatch seems like a better candidate than Poetry. the latter seems more messy to install and the first seem to allow just as fine to package to PyPI and to manage dependencies.
I have no preference which, and usually basic
pip
works for me... but if you have multiple python projects with different environments needs at the same time you may prefer something else.https://www.activestate.com/blog/which-python-dependency-manager-should-i-choose/
The text was updated successfully, but these errors were encountered: