On Tue, Apr 9, 2013 at 8:01 AM, Stefan Krastanov <[email protected]> wrote: > In whatever environment you are working, simply installing the python > module gmpy would be enough. > > In linux just use your package manager like `apt-get install > python-gmpy` on ubuntu/debian (or `pip install ...` as described in > http://code.google.com/p/gmpy/) > > In windows it might be harder, but unless something is broken with > your python installation it should be sufficient just to download the > `exe` installer from http://code.google.com/p/gmpy/downloads/list > > Just check after install that `import gmpy` works. No need to reinstall > python.
I think ThanhVu is using a Mac. When I am using a Mac, I quite like Homebrew: http://mxcl.github.io/homebrew/ it worked really well for me. 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
