📜  在 Windows 10 上安装 dlib 库 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:55.828000             🧑  作者: Mango

代码示例2
cd dlib-19.6
python setup.py install
# clean up(this step is required if you want to build dlib for both Python2 and Python3)
rm -rf dist
rm -rf tools/python/build
rm python_examples/dlib.so