How to install dlib on windows 10 with anaconda
- Download and install anaconda https://www.anaconda.com/download/.
- Run Anaconda Prompt>
2.1. Update conda : conda update conda
2.2. add channels to conda: conda config --add channels menpo
2.3. install dlib library: conda install dlib - Testing
3.1 use command 'python' in cmd
3.2 you wil get prompt >> then typing command 'import dlib' if it not have any error that mean it working.