【day 1】windows下python 3.6インストールと構成など(openCV,matplotlab).

861 ワード

1.https://www.python.org/downloads/ウェブサイトは相応のバージョンのpython 3をダウンロードします.6(3.6バージョン自動インストールpip).
2.実行します.cmdを開き、pythonを入力し、バージョンを確認します.
3.pipリストを入力します.入力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でモジュールをダウンロード
)
問題1:
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.