Skip to content

Commit fa9ef52

Browse files
committed
Fix admonitions for ja
1 parent 8e2a973 commit fa9ef52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/ja/install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SciPyの推奨されるインストール方法は、あなたの好みのワー
2424
{{< admonition tip >}}
2525
統合開発環境 (IDE) が正確な型ヒントを提供するためには、型スタブのインストールが必要となる場合があります。
2626
{{< /admonition >}}
27-
{{< /admonition >}}
2827

2928
{{< tabs >}}
3029

@@ -48,7 +47,6 @@ cd try-scipy
4847
{{< admonition hint >}}
4948
2番目のコマンドは、ディレクトリをプロジェクトのディレクトリに変更します。
5049
{{< /admonition >}}
51-
{{< /admonition >}}
5250

5351
3. SciPyをプロジェクトに追加します。
5452

@@ -59,7 +57,6 @@ uv add scipy
5957
{{< admonition note >}}
6058
これは、Pythonがまだインストールされていない場合に、自動的にPythonをインストールします!
6159
{{< /admonition >}}
62-
{{< /admonition >}}
6360

6461
{{< admonition tip >}}
6562
同じ方法で他のPythonライブラリもインストールできます。例:
@@ -84,6 +81,8 @@ uv run python
8481

8582
[scipy-user-guide]: https://docs.conda.io/projects/conda/en/latest/index.html
8683

84+
{{< admonition note >}}
85+
8786
パッケージ管理ツール[`pixi`]を使用して[conda-forge]からSciPyをインストールする手順は、`uv`を使った場合と非常に似ています。
8887

8988
コンピューターを再起動した後、`try-scipy`プロジェクトディレクトリに移動し、`uv run python`を実行して、SciPyをインポート可能なPythonインタプリタに戻る必要があります。
@@ -158,7 +157,6 @@ content = ''' <a name="environment-based"></a>
158157
{{< admonition hint >}}
159158
[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))。
160159
{{< /admonition >}}
161-
{{< /admonition >}}
162160

163161
3. [`pip`] を使用して SciPy をインストールします。
164162

0 commit comments

Comments
 (0)