-
Notifications
You must be signed in to change notification settings - Fork 10
3 1.安装依赖包
jamesyang edited this page Mar 8, 2019
·
2 revisions
安装依赖包
后端:tornado
图像处理:pillow
、opencv-python
数据库连接驱动:pymongo
表单验证:wtforms
工具集:werkzeug
人脸识别:face_recognition
linux、mac:gcc
、cmake
windows:
下载:visual studio 2017
地址:https://visualstudio.microsoft.com/zh-hans/downloads/
卸载依赖包
pip uninstall -r requirements.txt
使用默认镜像源安装
pip install -r requirements.txt
加速国内镜像源安装
pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com -r requirements.txt
查看依赖包版本
pip list
pip freeze
face-recognition==1.2.3
opencv-python==3.4.4.19
Pillow==5.3.0
pymongo==3.7.2
tornado==5.1.1
Werkzeug==0.14.1
WTForms==2.2.1
主页
: White Album