I have a question about my development workflow an...
# development
b
I have a question about my development workflow and was hoping to get some insight from the Pants experts. 🙂 My setup involves a main repository that uses Pants, and I'm developing a Python project locally that is not managed by Pants. I would like to know if there's a recommended way to develop this external Python project and have its changes reflected in the Pants-managed projects without having to constantly rebuild or reinstall the external project. Essentially, I'm looking for a "live reload" or symlink-based solution where I can edit files in my non-Pants project and see those changes immediately when running or testing a Pants-managed project that depends on it. Is this kind of workflow possible with Pants? If so, what's the recommended approach or configuration?