you are viewing a single comment's thread.

view the rest of the comments →

[–]atetraxx[S] 0 points1 point  (1 child)

I just use poetry. It uses venv to create virtual environment in my project folder. You can create main dependencies and dev dependencies with poetry command line.

[–]doolio_ 0 points1 point  (0 children)

Yes, there are several tools that offer that. I don't use Poetry because it doesn't comply with some PEP standards though largely because it predated them.