Thank you.
On Sunday, November 27, 2022 at 1:45:58 PM UTC+5:30 [email protected] wrote: > Hey, > Maybe this can help you : > > > https://stackoverflow.com/questions/65204792/how-to-import-python-module-after-cloning-and-modifying-the-modules-github-repo > > On Sun, 27 Nov 2022, 07:55 Victor Vicky, <[email protected]> wrote: > >> Hi all, >> I'm Victor , new to sympy. I have gone through the contribution >> guidelines and set up the developement environment. >> I want to run sympy from the cloned repository on my local computer, >> instead of using it after "pip install sympy", So that I can test the >> changes made on the local copy of sympy. >> >> What I tried? >> I have cloned sympy to a folder named opensource. >> open source contains: >> 📁sympy >> 📄 test.py >> I tried import sympy inside of test.py, but it is not working. >> >> My question is, >> Is this approach alright for testing the code after making changes. Are >> there any alternatives methods to do so. >> >> Thank you, >> Victor >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/893e7d41-a1ec-4121-bfa1-0921527c5fa6n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/sympy/893e7d41-a1ec-4121-bfa1-0921527c5fa6n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/39db069b-9ac1-454f-9851-9d8210e4906an%40googlegroups.com.
