Skip to content

Commit 1c4d0c8

Browse files
1 parent d5042fb commit 1c4d0c8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

installing-cpython/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,10 +1331,11 @@ <h3 id="install-binaries-directly">Install binaries directly<a class="headerlink
13311331
<p>For that reason, we suggest using the <code>nuget</code> installer, which provides a
13321332
separate <code>python-freethreaded</code> package that does not share an installation
13331333
with the <code>python</code> package.</p>
1334-
<p>!!! note:</p>
1335-
<pre><code>Update the various places in below script to reflect your desired
1336-
python version.
1337-
</code></pre>
1334+
<div class="admonition note">
1335+
<p class="admonition-title">Note</p>
1336+
<p>Update the various places in below script to reflect your desired
1337+
python version.</p>
1338+
</div>
13381339
<div class="highlight"><pre><span></span><code><span class="nv">$url</span> <span class="p">=</span> <span class="s1">&#39;https://www.nuget.org/api/v2/package/python-freethreaded/3.14.0&#39;</span>
13391340
<span class="nb">Invoke-WebRequest</span> <span class="n">-Uri</span> <span class="nv">$url</span> <span class="n">-OutFile</span> <span class="s1">&#39;python-freethreaded.3.14.0.nupkg&#39;</span>
13401341
<span class="nb">Install-Package</span> <span class="n">python-freethreaded</span> <span class="n">-Scope</span> <span class="n">CurrentUser</span> <span class="n">-Source</span> <span class="nv">$pwd</span>
@@ -1553,7 +1554,7 @@ <h3 id="launch-using-free-threaded-python-and-free-threaded-jupyter-kernel">Laun
15531554
<span class="md-icon" title="Last update">
15541555
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
15551556
</span>
1556-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 8, 2025 12:21:50 UTC">October 8, 2025</span>
1557+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="December 3, 2025 13:56:22 UTC">December 3, 2025</span>
15571558
</span>
15581559

15591560

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)