# Dlib_install
**Repository Path**: caishuo176/Dlib_install
## Basic Information
- **Project Name**: Dlib_install
- **Description**: The wheel package files of Dlib and pip for Python in Window / Dlib 和 pip 安装的 whl 文件
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-06-21
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Install Dlib for Anaconda Python in Windows
In Anaconda Prompt of Windows /
在 Anaconda Prompt 窗口 :
Input following cmd to install the newest pip /
安装最新版本的 pip :
> $ python get-pip.py
Input following cmd to install Dlib /
利用 pip 安装 Dlib 的 whl :
> $ pip install dlib-19.7.0-cp36-cp36m-win_amd64.whl
Author: coneypo
Mail: coneypo@foxmail.com