I am new to open source projects and haven't done one before. It seems quite scary at the moment. Have looked at dozens and this one seems less scary to get into. With how the issue page has beginner issues listed.
To the point. I have a windows operating system and a linux virtual machine. Both of which I am struggling to find a way to get the program to work so I can start developing and testing.
currently this is the page I am using
http://docs.sympy.org/dev/install.html . Which nothing from their has worked or enabled me to get the project to work.
lines from the link that dont work on my VC(lunix) so far are.
setupegg.py develop
conda install mpmath
$ python
>>> from sympy import * // this would be the code that would work if everything was going smooth I'd assume.
If someone could give me a step by step instructions (preferably windows, but linux works too). Thank you.