Skip to content

amornpan/install-dlib-on-windows-10-with-anaconda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

install-dlib-on-windows-10-with-anaconda

How to install dlib on windows 10 with anaconda

  1. Download and install anaconda https://www.anaconda.com/download/.
  2. 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
  3. 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.

About

How to install dlib on windows 10 with anaconda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published