Skip to content

Commit 0fdc33a

Browse files
committed
Pythonのインストール方法についての説明を追加(まだ途中)
1 parent 27538ee commit 0fdc33a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/python-setup/install-py39-others.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
ここでは、{ref}`install-py39-win`、{ref}`install-py39-mac`で解説した方法以外のインストール方法を紹介します。
55

66
## Homebrew(macOSのみ)
7+
Homebrewはコマンドラインで開発用の便利なツールやライブラリをインストールできるパッケージ管理ツールです。
8+
Homebrewのインストール方法は以下公式サイトを参照してください。
9+
10+
[https://brew.sh/index_ja](https://brew.sh/index_ja)
11+
12+
Python 3.9をインストールする場合は`brew install python@3.9`を実行します。
13+
714
## Anaconda
815
## Microsoft Store(Windowsのみ)
916
## Chocolatey(Windowsのみ)

0 commit comments

Comments
 (0)