Typically, for my projects I am using poetry instead of pip or pipenv. This requires some changes to config-/toml-files. Would it be relevant for this tutorial to have alternative solutions when using poetry instead of pip? If yes, I can try to clean up my files and provide them in a pull request.
Typically, for my projects I am using
poetry
instead ofpip
orpipenv
. This requires some changes to config-/toml-files. Would it be relevant for this tutorial to have alternative solutions when usingpoetry
instead ofpip
? If yes, I can try to clean up my files and provide them in a pull request.