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