Hi, everyone. :slightly_smiling_face: Thanks for b...
# general
d
Hi, everyone. 🙂 Thanks for being here. I'm struggling to migrate an existing Python/poetry project into a pants monorepo. It's not as simple as copy/paste/and run
pants tailor
. Does anyone have a link to a "Migrate to Pants (for dummies)" doc/video?
✅ 1
👋 2
h
It is on my to-do list to write such a guide, beyond what's in the documentation. Meanwhile, if you post the issues/errors you're seeing we can try and help here. BTW very often the first hurdle is correctly setting up source roots, and a lot flows easily after that.
d
I found this repo, that looks promising: https://github.com/pantsbuild/example-python
h
Ah yes, sorry, I assumed you'd seen that. I think the docs point to it?