Set eclipse
- install pydev from eclipse marketplace
- set pydev(python interpreter) at eclipse Hello world
Upgrade pip,install mining packages
python -m pip install --upgrade pip
python -m pip install numpy
python -m pip install scipy
python -m pip install matplotlib
python -m pip install pandas
python -m pip install scikit-learn
python -m pip install statsmodels
python -m pip install gensim
when errors happen at windows,maybe some VC++ compile tools are needed.can use whl files here: https://www.lfd.uci.edu/%7Egohlke/pythonlibs/
python -m pip install e:/download/statsmodels-0.8.0-cp36-cp36m-win32.whl
- python versions at windows python -V py -V