Hey! I have a question about create-llama... When I execute que npx command, and in the final part when select the option for install dependencies, it fails because it cant find poetry... but when looking into the poetry docs, they dont recommend installing poetry globally.. thus, also this will install the deps globally instead of in the create-llama project, am I right?
Should I select the option for get only the code.. create manually a venv, install poetry, and the manually install the dependencies?