programing:python-language:python-install
**文書の過去の版を表示しています。**
Pythonのインストール手順
「Python」は、インタプリタ型の高水準汎用プログラミング言語。
Ubuntu Linux
$ sudo apt install python3-full $ sudo apt install python-is-python3
Windows
下記URLからインストールらを入手し実行インストール。
https://www.python.org/downloads/windows/
尚、インストールの際には下のチェックを2つとも行い、環境変数に Python のパスを追加する。
シリアル用関数を利用する
Pythonインストール後、コマンドプロンプトを立ち上げ、以下のコマンドを実行してCOMシリアルポート関数を利用できるようにする。
> pip install pyserial
以上で、Python の準備は終了。
programing/python-language/python-install.1783667911.txt.gz · 最終更新: by yoko

