【day1】windows下python3.6安装与配置等(openCV,matplotlab)。



1.https://www.python.org/downloads/网站下载相应版本的python3.6(3.6版本自动安装pip)。

2.运行。打开cmd,输入python,检查版本。

3.输入pip list 。输入pip install numpy,pip install matplotlib,pip install Pillow (PIL),pip install opencv-python。

4.安装pycharm。(激活步骤:1.选择 Activate new license with License server (用license server 激活)2.License sever address 处填入 http://xidea.online3.点击 Activate 进行认证)

5.在settings中安装模块!(直接在pycharm中下载模块 )

问题一:
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
解决方法::在C:\Users\ 用户名 目录下创建名称为pip的文件夹中创建文本文件,内容为 
[list]
format=columns 

然后保存文件名为pip.ini。








你可能感兴趣的:(【day1】windows下python3.6安装与配置等(openCV,matplotlab)。)