Run on local my changes #8070
-
Hi. I would really like to start contributing with code. But I have no Idea how I should be able to run the code I change on local machine. Is there any guide or explaination about how I am supposed to use the code I modified. For example, I made a change in one file where I simply added a print statement to see if everything worked. Now, how am I supposed to make it run, and see the print statement I wrote? I wrote it inside the main.py function, for example. Any idea or suggestion? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @MatteoPossamai, thanks for reaching out. In order to test changes you've made, you'll need to have built and installed the CLI from source. Once you do that, you should be able to make and test changes. I'd also recommend taking a look at the contribution guide, since you're interested in that. Hope that helps! @github-actions proposed answer |
Beta Was this translation helpful? Give feedback.
Hi @MatteoPossamai, thanks for reaching out. In order to test changes you've made, you'll need to have built and installed the CLI from source. Once you do that, you should be able to make and test changes. I'd also recommend taking a look at the contribution guide, since you're interested in that. Hope that helps!
@github-actions proposed answer