On Fri, Jul 17, 2009 at 11:41 AM, Neal Becker<[email protected]> wrote:
>
> 2 questions:
>
> 1) It is helpful to also install gmpy?

It speeds up some numerical things, but sympy works perfectly fine
without it as well.

>
> 2) Can I test sympy from easy_installed sympy (without having a copy of sympy
> source distr)?
>
> ie: I can't follow these directions : "To test the whole SymPy package, run
> ./setup.py test in the sympy directory" which is found here:
> http://code.google.com/p/sympy/wiki/DownloadInstallation?tm=2

Yes, just run

import sympy
sympy.test()
sympy.doctest()

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to