Running locally #41
|
Hey man, great work with this project. I have a Python CLI project with a similar setup and I'm wondering how you test changes locally since you're importing the package Hope that makes sense! |
Replies: 4 comments 5 replies
|
Thank you very much! Be welcome! 😃 I don't understand your question very well, can you elaborate more? 🤔 |
|
For example: In What happens if you want to test a change to My question is, when developing Hope that's clearer 😅 |
|
If I understand the problem correctly, I use poetry to run locally ( And manage my environments ) when I'm developing, in this case it will get the local files and not the ones installed on my python machine. I use that command when I'm developing: poetry run python please.py |
|
Perfect, thanks a lot |
If I understand the problem correctly, I use poetry to run locally ( And manage my environments ) when I'm developing, in this case it will get the local files and not the ones installed on my python machine.
I use that command when I'm developing: