Hi Emilio, On Mon, Nov 25, 2013 at 5:50 PM, Emilio Alberto Soltero <[email protected]> wrote: > For the love of God How do you install Sympy. I have installed in PC Python > 3.3.3 and download Sympy latest version 0.7.3 I looked for youtube videos, > try to follow instructions but no luck can anybody help thanks
>From your G+ account it seems that you are using Windows? If so, then I think you need to install Python 2 from python.org (I didn't find any Python 3.3 installers): http://www.python.org/download/releases/2.7.6/ i.e.: http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi and then install this SymPy installer: https://github.com/sympy/sympy/releases/download/sympy-0.7.3/sympy-0.7.3.win32.exe (I got this link from the Downloads link at http://sympy.org/en/index.html). Let us know if this works. Ondrej -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
