Skip to content

Commit

Permalink
Merge pull request #132 from kashewnuts/change-editor
Browse files Browse the repository at this point in the history
使用するエディターをAtomに統一
  • Loading branch information
takanory committed Dec 22, 2018
2 parents 8eb69f9 + ae64433 commit ee5165e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions source/textbook/1_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,15 @@ Pythonをはじめましょう!

.. index:: Editor
single: Editor; Atom
single: Editor; PyCharm

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

普段使っているエディタがない人は、以下のいずれかをインストールしてください。

- `Atom <https://atom.io/>`_: さまざまなプログラミング言語に対応したエディタ
- `PyCharm <https://www.jetbrains.com/pycharm/>`_: Pythonに特化したIDE(統合開発環境)
普段使っているエディタがない人は、 `Atom <https://atom.io/>`_ をインストールしてください。
Atomはさまざまなプログラミング言語に対応したエディタで、拡張機能も豊富です。

.. index:: Terminal

Expand Down

0 comments on commit ee5165e

Please sign in to comment.