Skip to content

Commit

Permalink
Merge pull request #142 from pyconjp/ISSHA-2567-vscode
Browse files Browse the repository at this point in the history
ISSHA-2567 エディターをVS Codeに変更
  • Loading branch information
takanory committed May 24, 2022
2 parents 58c759d + 4e8a9ff commit fc15d70
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions source/textbook/1_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,31 @@ Pythonをはじめましょう!
- Pythonのインストール方法

.. index:: Editor
single: Editor; Atom
single: Editor; VS Code

エディタの準備
==============
ソースコードを読み書きするために、エディタを用意します。
普段使用しているエディタがある人は、そのエディタを使用して構いません。
Python の文法に対応しているエディタを使用することをおすすめします。

普段使っているエディタがない人は、 `Atom <https://atom.io/>`_ をインストールしてください。
Atomはさまざまなプログラミング言語に対応したエディタで、拡張機能も豊富です。
普段使っているエディタがない人は、 `Visual Studio Code <https://code.visualstudio.com/>`_ をインストールしてください。
Visual Studio Codeはさまざまなプログラミング言語に対応したエディタで、拡張機能も豊富です。

Visual Studio CodeとPython用拡張機能のインストール手順は以下のページを参考にしてください。

* `IDE(エディタ) — Pythonスターターガイド ドキュメント <https://starter-guide.od.pythonic-exam.com/ja/latest/ide/index.html>`_
* `Visual Studio Codeのインストール: Visual Studio Code でPython入門 【Windows編】 - python.jp <https://www.python.jp/python_vscode/windows/setup/install_vscode.html>`_

.. index:: Terminal

ターミナルの準備
================
Python を実行するために、ターミナル(macOS)、PowerShell(Windows)を立ち上げます
Python を実行するために、ターミナル(macOS)、PowerShell(Windows)または、Visual Studio Code 内のターミナルを立ち上げます

- macOS では「アプリケーション」→「ユーティリティ」→「ターミナル」を選択します
- Windows では **Windows+R** キーを押して ``powershell`` と入力します
- Visual Studio Codeではメニューから「表示」→「ターミナル」を選択します

.. index:: Install

Expand Down

0 comments on commit fc15d70

Please sign in to comment.