Getting Started With Python Poetry

I was trying to see if I could stream content from my laptop to my Android TV using catt, so I decided to clone its repo. I saw that the project was using Poetry for dependency management and I decided to give it a try. I’ve not directly installed Python on any of my Windows machines; I prefer to use JetBrains PyCharm for Python development and let it manage my Python interpreters. The first step is then to find out which Python interpreter is being used by PyCharm. I opened one of my Python projects in PyCharm and started to add a new interpreter: ...

January 27, 2025 · 1 min · 207 words