On Mon, Nov 25, 2013 at 6:11 PM, Aaron Meurer <[email protected]> wrote: > I would recommend using Anaconda to get SymPy. You will also get the > IPython notebook, Matplotlib, NumPy, and a bunch of other useful > packages. Trying to install things in Windows is otherwise a huge > pain, especially since we don't make Windows installers any more.
Yeah, that's a better option for Windows. Here is the link to Anaconda: https://store.continuum.io/cshop/anaconda/ just click on the "Download Anaconda" button. Ondrej > > If you want to use Python 3, you can download Anaconda and create a > Python 3 environment using conda, or download Miniconda3 > (http://repo.continuum.io/miniconda/index.html) and then run "conda > install anaconda" in the command prompt. > > Another option, if you really *just* want SymPy is to use the > Christoph Gohlke installer > (http://www.lfd.uci.edu/~gohlke/pythonlibs/#sympy). But if you want > anything beyond SymPy I highly recommend using Anaconda. > > Aaron Meurer > > On Mon, Nov 25, 2013 at 6:07 PM, Ondřej Čertík <[email protected]> > wrote: >> On Mon, Nov 25, 2013 at 6:07 PM, Ondřej Čertík <[email protected]> >> wrote: >>> 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): >> >> What I mean to write is that I didn't find any Python 3.3 installers of >> SymPy. >> >>> >>> 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. > > -- > 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. -- 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.
