@@ -19,7 +19,7 @@ SciPyの推奨されるインストール方法は、あなたの好みのワー
19
19
\[ 静的型スタブ] を使用してSciPyをインストールするには、
20
20
[ 型スタブを使用したインストール] ( #type-stubs ) をご覧ください。
21
21
22
- [ static type stubs ] : [https://typing.readthedocs.io/en/latest/guides/libraries.html]\ ( https://typing.readthedocs.io/en/latest/guides/libraries.html\ )
22
+ [ static type stubs ] : [https://typing.readthedocs.io/en/latest/guides/libraries.html](https://typing.readthedocs.io/en/latest/guides/libraries.html)
23
23
24
24
{{< admonition tip >}}
25
25
統合開発環境 (IDE) が正確な型ヒントを提供するためには、型スタブのインストールが必要となる場合があります。
@@ -35,7 +35,7 @@ content = ''' <a name="project-based"></a>
35
35
36
36
Pythonパッケージマネージャーであるuvを使用してSciPyを使用するためのプロジェクトをセットアップする手順は以下の通りです。
37
37
38
- 1 . [ uvドキュメントのインストール手順] ( [ https://docs.astral.sh/uv/getting-started/installation/) に従って] ( https://www.google.com/search?q=https://docs.astral.sh/uv/getting-started/installation/ ) %E3%81%AB%E5%BE%93%E3%81%A3%E3%81%A6) 、\` uv\` をインストールします。
38
+ 1 . [ uvドキュメントのインストール手順] ( https://docs.astral.sh/uv/getting-started/installation/ ) に従って、\` uv\` をインストールします。
39
39
40
40
2 . 新しいサブディレクトリに新しいプロジェクトを作成します。ターミナルで以下を実行します。
41
41
@@ -91,7 +91,7 @@ Pythonスクリプトを実行するには、`uv run myscript.py`を使用でき
91
91
92
92
詳細は[ uvのプロジェクトでの作業ガイド] [ uv-projects ] をご覧ください。
93
93
94
- [ uv-projects ] : [https://docs.astral.sh/uv/guides/projects/]\ ( https://docs.astral.sh/uv/guides/projects/\ )
94
+ [ uv-projects ] : [https://docs.astral.sh/uv/guides/projects/](https://docs.astral.sh/uv/guides/projects/)
95
95
96
96
{{< /admonition >}}
97
97
@@ -102,16 +102,16 @@ Condaはあらゆる言語のパッケージを管理できるため、Python自
102
102
Condaは任意の言語でパッケージを管理できるため、
103
103
Python自体や、コンパイラ、その他の言語をインストールするのにも使用できます。
104
104
105
- [ Conda ] : [https://docs.conda.io/projects/conda/en/latest/index.html]\ ( https://docs.conda.io/projects/conda/en/latest/index.html\ )
105
+ [ Conda ] : [https://docs.conda.io/projects/conda/en/latest/index.html](https://docs.conda.io/projects/conda/en/latest/index.html)
106
106
107
107
パッケージ管理ツール[ ` pixi ` ] を使用して[ conda-forge] からSciPyをインストールする手順は、` uv ` の手順と非常によく似ています。
108
108
109
- [ conda-forge ] : [https://conda-forge.org/]\ ( https://conda-forge.org/\ )
110
- [ `pixi` ] : [https://pixi.sh/latest/]\ ( https://pixi.sh/latest/\ )
109
+ [ conda-forge ] : [https://conda-forge.org/](https://conda-forge.org/)
110
+ [ `pixi` ] : [https://pixi.sh/latest/](https://pixi.sh/latest/)
111
111
112
112
1 . [ ` pixi ` ドキュメントのインストール手順] [ install-pixi ] に従って、` pixi ` をインストールします。
113
113
114
- [ install-pixi ] : [https://pixi.sh/latest/]\ ( https://pixi.sh/latest/\ )
114
+ [ install-pixi ] : [https://pixi.sh/latest/](https://pixi.sh/latest/)
115
115
116
116
2 . 新しいサブディレクトリに新しいプロジェクトを作成します。
117
117
@@ -150,12 +150,12 @@ content = ''' <a name="environment-based"></a>
150
150
151
151
<!-- prettier-ignore-start -->
152
152
153
- 1 . [ Pythonをインストール] ( \[ https://www.python.org/downloads/) します] ( [https://www.google.com/search?q=https://www.python.org/downloads/ ) %E3%81%97%E3%81%BE%E3%81%99 ] ( https://www.google.com/search?q=https://www.python.org/downloads/ ) %E3%81%97%E3%81%BE%E3%81%99)) 。
153
+ 1 . [ Pythonをインストール] ( https://www.python.org/downloads/ ) します。
154
154
155
155
2 . ` venv ` を使用して仮想環境を作成し、アクティブ化します。
156
156
157
157
{{< admonition hint >}}
158
- [ Python Packaging User Guideのチュートリアル] ( \[ https://packaging.python.org/en/latest/tutorials/installing-packages/#creating-virtual-environments) をご覧ください] ( [https://www.google.com/search?q=https://packaging.python.org/en/latest/tutorials/installing-packages/%23creating-virtual-environments ) %E3%82%92%E3%81%94%E8%A6%A7%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84 ] ( https://www.google.com/search?q=https://packaging.python.org/en/latest/tutorials/installing-packages/%23creating-virtual-environments ) %E3%82%92%E3%81%94%E8%A6%A7%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84)) 。
158
+ [ Python Packaging User Guideのチュートリアル] ( https://packaging.python.org/en/latest/tutorials/installing-packages/#creating-virtual-environments ) をご覧ください。
159
159
{{< /admonition >}}
160
160
161
161
3 . [ ` pip ` ] を使用して SciPy をインストールします。
@@ -166,7 +166,7 @@ python -m pip install scipy
166
166
167
167
<!-- prettier-ignore-end -->
168
168
169
- [ `pip` ] : [https://pip.pypa.io/en/stable/getting-started/]\ ( https://pip.pypa.io/en/stable/getting-started/\ )
169
+ [ `pip` ] : [https://pip.pypa.io/en/stable/getting-started/](https://pip.pypa.io/en/stable/getting-started/)
170
170
171
171
### ` conda ` を使用したインストール
172
172
@@ -179,8 +179,8 @@ conda install scipy # または
179
179
mamba install scipy
180
180
```
181
181
182
- [ Miniforge ] : [https://conda-forge.org/download/]\ ( https://conda-forge.org/download/\ )
183
- [ `mamba` ] : [https://mamba.readthedocs.io/en/latest/]\ ( https://mamba.readthedocs.io/en/latest/\ )
182
+ [ Miniforge ] : [https://conda-forge.org/download/](https://conda-forge.org/download/)
183
+ [ `mamba` ] : [https://mamba.readthedocs.io/en/latest/](https://mamba.readthedocs.io/en/latest/)
184
184
185
185
'''
186
186
0 commit comments