hey aadya, Thank you , it's working although it shows module not found in vscode. It gives the output when I run it in the terminal.
On Monday, November 28, 2022 at 7:43:59 PM UTC+5:30 Victor Vicky wrote: > 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/880ba8f1-54bb-4573-82cb-8de765eed7d5n%40googlegroups.com.
