Answers for "install dlib"

1

install dlib

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
Posted by: Guest on October-03-2020

Code answers related to "install dlib"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language