回答編集履歴
2
誤字修正
test
CHANGED
@@ -10,6 +10,4 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
[3.1. 完全版インストーラ](https://docs.python.org/ja/3/using/windows.html#the-full-installer)
|
14
|
-
|
15
|
-
入れて自分でカスタマイズするか、[3.5. 別のバンドル](https://docs.python.org/ja/3/using/windows.html#alternative-bundles)のAnacondaを入れるかがお勧めです。
|
13
|
+
[3.1. 完全版インストーラ](https://docs.python.org/ja/3/using/windows.html#the-full-installer)を入れて自分でカスタマイズするか、[3.5. 別のバンドル](https://docs.python.org/ja/3/using/windows.html#alternative-bundles)のAnacondaを入れるかがお勧めです。
|
1
インストール方法追加
test
CHANGED
@@ -3,3 +3,13 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
Pythonをインストールしましょう。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
[3. Windows で Python を使う](https://docs.python.org/ja/3/using/windows.html)にいろいろなディストリビューションがかかれています。
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
[3.1. 完全版インストーラ](https://docs.python.org/ja/3/using/windows.html#the-full-installer)
|
14
|
+
|
15
|
+
入れて自分でカスタマイズするか、[3.5. 別のバンドル](https://docs.python.org/ja/3/using/windows.html#alternative-bundles)のAnacondaを入れるかがお勧めです。
|