spyder のインストール(Windows 上)

Windows での,spyder のインストール手順を説明する.Spyder は,Python の開発環境である.

Python 3.10 のインストール(Windows 上)

Pythonは,プログラミング言語の1つ.

手順

  1. Windows で,コマンドプロンプト管理者として実行

    コマンドプロンプトを管理者として実行: 別ページ »で説明

  2. 次のコマンドを実行

    次のコマンドは,Python ランチャーとPython 3.10をインストールする.

    winget install --scope machine Python.Launcher
    winget install --scope machine Python.Python.3.10
    

関連する外部ページ

サイト内の関連ページ

関連項目Python

pip の更新,Python 開発環境のインストール

pip と setuptools の更新Python 開発環境(JupyterLab, spyder, nteract)のインストール

  1. Windows で,コマンドプロンプト管理者として実行
  2. 次のコマンドを実行

    次のコマンドを実行することにより,pipとsetuptoolsを更新する,Jupyter Notebook,PyQt5、Spyderなどの主要なPython環境がインストールされる.

    python -m pip install -U pip setuptools requests notebook==6.5.7 jupyterlab jupyter jupyter-console jupytext PyQt5 nteract_on_jupyter spyder
    

確認のため起動してみる

spyder