install Boost [boost_1_65_1-msvc-14.0-32.exe]
BOOST_LIBRARYDIR=D:\_softwares_kitsoost_1_65_1lib32-msvc-14.0
BOOST_ROOT=D:\_softwares_kitsoost_1_65_1
>python -VV
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)]
>pip list --format=freeze
pip==9.0.1
setuptools==28.8.0
>pip list --format=freeze
dlib==19.7.0 [pip setup.py install, dlib-19.7.0-cp36-cp36m-win_amd64.whl] ( https://pypi.python.org/pypi/dlib )
numpy==1.13.3 [numpy-1.13.3-cp36-none-win_amd64.whl] ( https://pypi.python.org/pypi/numpy )
scipy==1.0.0 [scipy-1.0.0-cp36-none-win_amd64.whl] ( https://pypi.python.org/pypi/scipy )
click==6.7 [pip install click, click-6.7-py2.py3-none-any.whl] ( https://pypi.python.org/pypi/click/ )
Pillow==4.3.0 [pip install Pillow, Pillow-4.3.0-cp36-cp36m-win_amd64.whl] ( https://pypi.python.org/pypi/Pillow/4.3.0 )
olefile==0.44 [pip install olefile] ( https://pypi.python.org/pypi/olefile )
face-recognition-models==0.3.0 [pip setup.py install, face_recognition_models-0.3.0.tar.gz] ( https://pypi.python.org/pypi/face_recognition_models )
face-recognition==1.0.0 [pip setup.py, face_recognition-1.0.0-py2.py3-none-any.whl] ( https://pypi.python.org/pypi/face_recognition/1.0.0 )
opencv-python==3.3.0.10 [opencv_python-3.3.0.10-cp36-cp36m-win_amd64.whl] (https://pypi.python.org/pypi/opencv-python)
References
windows安装boost,python安装dlib(上) ( http://blog.csdn.net/zhunianguo/article/details/53155890 )
Dlib Home ( https://pypi.python.org/pypi/dlib )
window下python安装Dlib库 ( http://blog.csdn.net/alpine_climbing/article/details/52331646 )
Python命令行神器 Click 简明笔记 ( http://blog.csdn.net/lihua_tan/article/details/54869355 )
Click Home ( http://click.pocoo.org/6/ )
PIL库简介 ( https://www.cnblogs.com/MrZhangLoveLearning/p/5042612.html )
廖学峰PIL教程 ( https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/0014320027235877860c87af5544f25a8deeb55141d60c5000 )
Python3 用Pillow代替PIL ( http://blog.csdn.net/u011008379/article/details/44156777 )
Wikipedia of Pillow ( https://en.wikipedia.org/wiki/Python_Imaging_Library )
Pillow Home ( http://python-pillow.org/ )
Python如何安装egg组件 ( http://blog.csdn.net/mfcing/article/details/43447089 )
Python Egg安装和制作 ( https://www.cnblogs.com/kungfupanda/p/3343113.html )
python Pillow 处理图片 ( http://blog.csdn.net/justheretobe/article/details/50612618 )
应用一个基于Python的开源人脸识别库,face_recognition ( http://blog.csdn.net/hongbin_xu/article/details/76284134 )