Install sympy for python34 in windows 8
python, sympy
Solution
I successfully installed sympy in window 7 machine from source code.
download the zip from https://github.com/sympy/sympy
or
git clone https://github.com/sympy/sympy.git
cd sympy
python setup.py install
Problem
I download sympy-0.7.6. Now it is in `download directory`. I install python in `C drive` `(c:\Python34).` Now how to install the `sympy`. There is no `.exe` file in `sympy` directory. But have a setup.py. ``` My OS is windows 8. ``` How I install or use sympy for python 3.4 in windows 8 64 bit system.??? I downloaded the `sympy` for perform some `integration and other mathematical operations.` Please help... thanks.