PyCharm 安装教程(Windows)
http://www.runoob.com/w3cnote/pycharm-windows-install.html
Anaconda安装教程(Windows)
https://blog.youkuaiyun.com/ITLearnHall/article/details/81708148
配置环境:
我的安装路径为D:\Aconda3
配置环境变量:
系统环境变量path中添加路径:
D:\Aconda3.5;D:\Aconda3.5\Scripts\
MATLAB R2016a安装破解教程
https://jingyan.baidu.com/article/72ee561a19688be16138df3b.html
python27环境(anaconda多环境下),安装xgboost
cc@cc:~$ source ~/anaconda2/bin/activate root
(base) cc@cc:~$ source activate python27
(python27) cc@cc:~$ pip install xgboost --index https://pypi.mirrors.ustc.edu.cn/simple/
https://blog.youkuaiyun.com/familyshizhouna/article/details/68490068
cv2+python2.7.13+anaconda2(Ubuntu+anaconda环境里安装opencv)
cc@cc:~$ source ~/anaconda2/bin/activate root
(base) cc@cc:~$ source activate python27
(python27) cc@cc:~$ conda install --channel https://conda.anaconda.org/menpo opencv
https://blog.youkuaiyun.com/dcrmg/article/details/77972123
scikit-learn(库)
from sklearn.externals import joblib