Installing Ephem Package In Python 3
I would like to install the ephem package in my Python 3.3.0 version under Windows XP. I tried first the pip install ephem route from the system command prompt. The process aborted
Solution 1:
Here is an extremely useful page of Windows binaries of python packages: http://www.lfd.uci.edu/~gohlke/pythonlibs/.
It includes binaries for pyephem.
Post a Comment for "Installing Ephem Package In Python 3"